Html Css Color HEX #B80236 Cardinal

📋 copy color: '#B80236'

red 184 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #B80236

Tints of Cardinal #B80236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 76.67%
G = 0.83%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80236 (or 0xB80236) is known color: Cardinal. HEX triplet: B8, 02 and 36. RGB value is (184,2,54). Sum of RGB (Red+Green+Blue) = 184+2+54=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80236 is #47FDC9. Grayscale: #3E3E3E. Windows color (decimal): -4718026 or 3539640. OLE color: 3539640.

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

Color convert

RGB 184 2 54 -
CMYK 0 0.99 0.71 0.28
HSL 342.86º 0.98% 0.36% -
HSV(B) 342.86º 0.99% 0.72% -
XYZ 20.45 10.5 4.44 -
YUV 62.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 184 2 54 0 0.99 0.71 0.28 342.86 0.98 0.36
Hex B8 2 36 0 63 47 1C 157 62 24
Octal 270 2 66 0 143 107 34 527 142 44
Binary 10111000 10 110110 0 1100011 1000111 11100 101010111 1100010 100100

Color Harmonies of #B80236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80236

Black with #B80236

Text Example


Text Example

White with #B80236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80236; }

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

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

background-color css

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

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

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

border-color css

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

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

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