Html Css Color HEX #B02A39 Cardinal

📋 copy color: '#B02A39'

red 176 ◦ green 42 ◦ blue 57

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

Shades of Cardinal #B02A39

Tints of Cardinal #B02A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 64%
G = 15.27%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B02A39 (or 0xB02A39) is known color: Cardinal. HEX triplet: B0, 2A and 39. RGB value is (176,42,57). Sum of RGB (Red+Green+Blue) = 176+42+57=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A39 is #4FD5C6. Grayscale: #535353. Windows color (decimal): -5232071 or 3746480. OLE color: 3746480.

HSL color Cylindrical-coordinate representation of color #B02A39: hue angle of 353.28º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A39 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 42 57 -
CMYK 0 0.76 0.68 0.31
HSL 353.28º 0.61% 0.43% -
HSV(B) 353.28º 0.76% 0.69% -
XYZ 19.47 11.18 5 -
YUV 83.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 176 42 57 0 0.76 0.68 0.31 353.28 0.61 0.43
Hex B0 2A 39 0 4C 44 1F 161 3D 2B
Octal 260 52 71 0 114 104 37 541 75 53
Binary 10110000 101010 111001 0 1001100 1000100 11111 101100001 111101 101011

Color Harmonies of #B02A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A39

Black with #B02A39

Text Example


Text Example

White with #B02A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A39; }

 p { color: rgb(176,42,57); }

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

background-color css

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

 a { background-color: rgb(176,42,57); }

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

border-color css

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

 span { border-color: rgb(176,42,57); }

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