Html Css Color HEX #B02636 Cardinal

📋 copy color: '#B02636'

red 176 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #B02636

Tints of Cardinal #B02636

RGB

 RED value IS 176 (69.14% from 255) = 65.67%

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 65.67%
G = 14.18%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B02636 (or 0xB02636) is known color: Cardinal. HEX triplet: B0, 26 and 36. RGB value is (176,38,54). Sum of RGB (Red+Green+Blue) = 176+38+54=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B02636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02636 is #4FD9C9. Grayscale: #515151. Windows color (decimal): -5233098 or 3548848. OLE color: 3548848.

HSL color Cylindrical-coordinate representation of color #B02636: hue angle of 353.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02636 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 54 -
CMYK 0 0.78 0.69 0.31
HSL 353.04º 0.64% 0.42% -
HSV(B) 353.04º 0.78% 0.69% -
XYZ 19.26 10.88 4.58 -
YUV 81.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 176 38 54 0 0.78 0.69 0.31 353.04 0.64 0.42
Hex B0 26 36 0 4E 45 1F 161 40 2A
Octal 260 46 66 0 116 105 37 541 100 52
Binary 10110000 100110 110110 0 1001110 1000101 11111 101100001 1000000 101010

Color Harmonies of #B02636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02636

Black with #B02636

Text Example


Text Example

White with #B02636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02636; }

 p { color: rgb(176,38,54); }

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

background-color css

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

 a { background-color: rgb(176,38,54); }

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

border-color css

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

 span { border-color: rgb(176,38,54); }

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