Html Css Color HEX #B80242 Cardinal

📋 copy color: '#B80242'

red 184 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #B80242

Tints of Cardinal #B80242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 73.02%
G = 0.79%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80242 (or 0xB80242) is known color: Cardinal. HEX triplet: B8, 02 and 42. RGB value is (184,2,66). Sum of RGB (Red+Green+Blue) = 184+2+66=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B80242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80242 is #47FDBD. Grayscale: #3F3F3F. Windows color (decimal): -4718014 or 4326072. OLE color: 4326072.

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

Color convert

RGB 184 2 66 -
CMYK 0 0.99 0.64 0.28
HSL 338.9º 0.98% 0.36% -
HSV(B) 338.9º 0.99% 0.72% -
XYZ 20.77 10.63 6.11 -
YUV 63.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 184 2 66 0 0.99 0.64 0.28 338.9 0.98 0.36
Hex B8 2 42 0 63 40 1C 153 62 24
Octal 270 2 102 0 143 100 34 523 142 44
Binary 10111000 10 1000010 0 1100011 1000000 11100 101010011 1100010 100100

Color Harmonies of #B80242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80242

Black with #B80242

Text Example


Text Example

White with #B80242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80242; }

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

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

background-color css

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

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

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

border-color css

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

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

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