Html Css Color HEX #B01E33 Cardinal

📋 copy color: '#B01E33'

red 176 ◦ green 30 ◦ blue 51

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

Shades of Cardinal #B01E33

Tints of Cardinal #B01E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 68.48%
G = 11.67%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B01E33 (or 0xB01E33) is known color: Cardinal. HEX triplet: B0, 1E and 33. RGB value is (176,30,51). Sum of RGB (Red+Green+Blue) = 176+30+51=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E33 is #4FE1CC. Grayscale: #4C4C4C. Windows color (decimal): -5235149 or 3350192. OLE color: 3350192.

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

Color convert

RGB 176 30 51 -
CMYK 0 0.83 0.71 0.31
HSL 351.37º 0.71% 0.4% -
HSV(B) 351.37º 0.83% 0.69% -
XYZ 18.97 10.4 4.14 -
YUV 76.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 176 30 51 0 0.83 0.71 0.31 351.37 0.71 0.4
Hex B0 1E 33 0 53 47 1F 15F 47 28
Octal 260 36 63 0 123 107 37 537 107 50
Binary 10110000 11110 110011 0 1010011 1000111 11111 101011111 1000111 101000

Color Harmonies of #B01E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E33

Black with #B01E33

Text Example


Text Example

White with #B01E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E33; }

 p { color: rgb(176,30,51); }

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

background-color css

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

 a { background-color: rgb(176,30,51); }

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

border-color css

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

 span { border-color: rgb(176,30,51); }

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