Html Css Color HEX #B82334 Cardinal

📋 copy color: '#B82334'

red 184 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #B82334

Tints of Cardinal #B82334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 67.9%
G = 12.92%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B82334 (or 0xB82334) is known color: Cardinal. HEX triplet: B8, 23 and 34. RGB value is (184,35,52). Sum of RGB (Red+Green+Blue) = 184+35+52=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B82334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82334 is #47DCCB. Grayscale: #515151. Windows color (decimal): -4709580 or 3417016. OLE color: 3417016.

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

Color convert

RGB 184 35 52 -
CMYK 0 0.81 0.72 0.28
HSL 353.15º 0.68% 0.43% -
HSV(B) 353.15º 0.81% 0.72% -
XYZ 20.99 11.64 4.39 -
YUV 81.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 184 35 52 0 0.81 0.72 0.28 353.15 0.68 0.43
Hex B8 23 34 0 51 48 1C 161 44 2B
Octal 270 43 64 0 121 110 34 541 104 53
Binary 10111000 100011 110100 0 1010001 1001000 11100 101100001 1000100 101011

Color Harmonies of #B82334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82334

Black with #B82334

Text Example


Text Example

White with #B82334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82334; }

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

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

background-color css

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

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

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

border-color css

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

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

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