Html Css Color HEX #B82042 Cardinal

📋 copy color: '#B82042'

red 184 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #B82042

Tints of Cardinal #B82042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 65.25%
G = 11.35%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B82042 (or 0xB82042) is known color: Cardinal. HEX triplet: B8, 20 and 42. RGB value is (184,32,66). Sum of RGB (Red+Green+Blue) = 184+32+66=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B82042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82042 is #47DFBD. Grayscale: #515151. Windows color (decimal): -4710334 or 4333752. OLE color: 4333752.

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

Color convert

RGB 184 32 66 -
CMYK 0 0.83 0.64 0.28
HSL 346.58º 0.7% 0.42% -
HSV(B) 346.58º 0.83% 0.72% -
XYZ 21.27 11.62 6.28 -
YUV 81.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 184 32 66 0 0.83 0.64 0.28 346.58 0.7 0.42
Hex B8 20 42 0 53 40 1C 15B 46 2A
Octal 270 40 102 0 123 100 34 533 106 52
Binary 10111000 100000 1000010 0 1010011 1000000 11100 101011011 1000110 101010

Color Harmonies of #B82042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82042

Black with #B82042

Text Example


Text Example

White with #B82042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82042; }

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

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

background-color css

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

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

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

border-color css

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

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

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