Html Css Color HEX #B01A32 Cardinal

📋 copy color: '#B01A32'

red 176 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #B01A32

Tints of Cardinal #B01A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

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

R = 69.84%
G = 10.32%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B01A32 (or 0xB01A32) is known color: Cardinal. HEX triplet: B0, 1A and 32. RGB value is (176,26,50). Sum of RGB (Red+Green+Blue) = 176+26+50=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A32 is #4FE5CD. Grayscale: #494949. Windows color (decimal): -5236174 or 3283632. OLE color: 3283632.

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

Color convert

RGB 176 26 50 -
CMYK 0 0.85 0.72 0.31
HSL 350.4º 0.74% 0.4% -
HSV(B) 350.4º 0.85% 0.69% -
XYZ 18.85 10.2 3.99 -
YUV 73.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 176 26 50 0 0.85 0.72 0.31 350.4 0.74 0.4
Hex B0 1A 32 0 55 48 1F 15E 4A 28
Octal 260 32 62 0 125 110 37 536 112 50
Binary 10110000 11010 110010 0 1010101 1001000 11111 101011110 1001010 101000

Color Harmonies of #B01A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A32

Black with #B01A32

Text Example


Text Example

White with #B01A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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