Html Css Color HEX #B01032 Cardinal

📋 copy color: '#B01032'

red 176 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #B01032

Tints of Cardinal #B01032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 72.73%
G = 6.61%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B01032 (or 0xB01032) is known color: Cardinal. HEX triplet: B0, 10 and 32. RGB value is (176,16,50). Sum of RGB (Red+Green+Blue) = 176+16+50=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B01032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01032 is #4FEFCD. Grayscale: #434343. Windows color (decimal): -5238734 or 3281072. OLE color: 3281072.

HSL color Cylindrical-coordinate representation of color #B01032: hue angle of 347.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01032 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 16 50 -
CMYK 0 0.91 0.72 0.31
HSL 347.25º 0.83% 0.38% -
HSV(B) 347.25º 0.91% 0.69% -
XYZ 18.67 9.83 3.93 -
YUV 67.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 176 16 50 0 0.91 0.72 0.31 347.25 0.83 0.38
Hex B0 10 32 0 5B 48 1F 15B 53 26
Octal 260 20 62 0 133 110 37 533 123 46
Binary 10110000 10000 110010 0 1011011 1001000 11111 101011011 1010011 100110

Color Harmonies of #B01032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01032

Black with #B01032

Text Example


Text Example

White with #B01032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01032; }

 p { color: rgb(176,16,50); }

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

background-color css

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

 a { background-color: rgb(176,16,50); }

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

border-color css

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

 span { border-color: rgb(176,16,50); }

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