Html Css Color HEX #B02731 Cardinal

📋 copy color: '#B02731'

red 176 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #B02731

Tints of Cardinal #B02731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 66.67%
G = 14.77%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B02731 (or 0xB02731) is known color: Cardinal. HEX triplet: B0, 27 and 31. RGB value is (176,39,49). Sum of RGB (Red+Green+Blue) = 176+39+49=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B02731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02731 is #4FD8CE. Grayscale: #515151. Windows color (decimal): -5232847 or 3221424. OLE color: 3221424.

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

Color convert

RGB 176 39 49 -
CMYK 0 0.78 0.72 0.31
HSL 355.62º 0.64% 0.42% -
HSV(B) 355.62º 0.78% 0.69% -
XYZ 19.18 10.9 4 -
YUV 81.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 176 39 49 0 0.78 0.72 0.31 355.62 0.64 0.42
Hex B0 27 31 0 4E 48 1F 164 40 2A
Octal 260 47 61 0 116 110 37 544 100 52
Binary 10110000 100111 110001 0 1001110 1001000 11111 101100100 1000000 101010

Color Harmonies of #B02731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02731

Black with #B02731

Text Example


Text Example

White with #B02731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02731; }

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

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

background-color css

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

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

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

border-color css

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

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

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