Html Css Color HEX #B82142 Cardinal

📋 copy color: '#B82142'

red 184 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B82142

Tints of Cardinal #B82142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 65.02%
G = 11.66%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B82142 (or 0xB82142) is known color: Cardinal. HEX triplet: B8, 21 and 42. RGB value is (184,33,66). Sum of RGB (Red+Green+Blue) = 184+33+66=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B82142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82142 is #47DEBD. Grayscale: #515151. Windows color (decimal): -4710078 or 4334008. OLE color: 4334008.

HSL color Cylindrical-coordinate representation of color #B82142: hue angle of 346.89º 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 #B82142 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 66 -
CMYK 0 0.82 0.64 0.28
HSL 346.89º 0.7% 0.43% -
HSV(B) 346.89º 0.82% 0.72% -
XYZ 21.29 11.67 6.28 -
YUV 81.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 184 33 66 0 0.82 0.64 0.28 346.89 0.7 0.43
Hex B8 21 42 0 52 40 1C 15B 46 2B
Octal 270 41 102 0 122 100 34 533 106 53
Binary 10111000 100001 1000010 0 1010010 1000000 11100 101011011 1000110 101011

Color Harmonies of #B82142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82142

Black with #B82142

Text Example


Text Example

White with #B82142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82142; }

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

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

background-color css

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

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

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

border-color css

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

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

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