Html Css Color HEX #B82134 Cardinal

📋 copy color: '#B82134'

red 184 ◦ green 33 ◦ blue 52

#B82134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B82134

Tints of Cardinal #B82134

RGB

 RED value IS 184 (72.27% from 255) = 68.4%

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 68.4%
G = 12.27%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B82134 (or 0xB82134) is known color: Cardinal. HEX triplet: B8, 21 and 34. RGB value is (184,33,52). Sum of RGB (Red+Green+Blue) = 184+33+52=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B82134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82134 is #47DECB. Grayscale: #505050. Windows color (decimal): -4710092 or 3416504. OLE color: 3416504.

HSL color Cylindrical-coordinate representation of color #B82134: hue angle of 352.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82134 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 52 -
CMYK 0 0.82 0.72 0.28
HSL 352.45º 0.7% 0.43% -
HSV(B) 352.45º 0.82% 0.72% -
XYZ 20.93 11.53 4.37 -
YUV 80.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 184 33 52 0 0.82 0.72 0.28 352.45 0.7 0.43
Hex B8 21 34 0 52 48 1C 160 46 2B
Octal 270 41 64 0 122 110 34 540 106 53
Binary 10111000 100001 110100 0 1010010 1001000 11100 101100000 1000110 101011

Color Harmonies of #B82134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82134

Black with #B82134

Text Example


Text Example

White with #B82134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82134; }

 p { color: rgb(184,33,52); }

 H1.HeaderClassName
 {
   color: #B82134;
 }
 .AnyTagClassName
 {
   color: #B82134;
 }
</style>

background-color css

<style>
 a { background-color: #B82134; }

 a { background-color: rgb(184,33,52); }

 div.DivClassName
 {
   background-color: #B82134;
 }
 .BgClassName
 {
   background-color: #B82134;
 }
</style>

border-color css

<style>
 span { border-color: #B82134; }

 span { border-color: rgb(184,33,52); }

 td.TdClassName
 {
   border-color: #B82134;
 }
 .TagClassName
 {
   border-color: #B82134;
 }
</style>