Html Css Color HEX #B02737 Cardinal

📋 copy color: '#B02737'

red 176 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #B02737

Tints of Cardinal #B02737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 65.19%
G = 14.44%
B = 20.37%

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

#B02737 (or 0xB02737) is known color: Cardinal. HEX triplet: B0, 27 and 37. RGB value is (176,39,55). Sum of RGB (Red+Green+Blue) = 176+39+55=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02737 is #4FD8C8. Grayscale: #515151. Windows color (decimal): -5232841 or 3614640. OLE color: 3614640.

HSL color Cylindrical-coordinate representation of color #B02737: hue angle of 352.99º 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 #B02737 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 55 -
CMYK 0 0.78 0.69 0.31
HSL 352.99º 0.64% 0.42% -
HSV(B) 352.99º 0.78% 0.69% -
XYZ 19.32 10.96 4.71 -
YUV 81.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 176 39 55 0 0.78 0.69 0.31 352.99 0.64 0.42
Hex B0 27 37 0 4E 45 1F 161 40 2A
Octal 260 47 67 0 116 105 37 541 100 52
Binary 10110000 100111 110111 0 1001110 1000101 11111 101100001 1000000 101010

Color Harmonies of #B02737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02737

Black with #B02737

Text Example


Text Example

White with #B02737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02737; }

 p { color: rgb(176,39,55); }

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

background-color css

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

 a { background-color: rgb(176,39,55); }

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

border-color css

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

 span { border-color: rgb(176,39,55); }

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