Html Css Color HEX #B01E34 Cardinal

📋 copy color: '#B01E34'

red 176 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #B01E34

Tints of Cardinal #B01E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 68.22%
G = 11.63%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B01E34 (or 0xB01E34) is known color: Cardinal. HEX triplet: B0, 1E and 34. RGB value is (176,30,52). Sum of RGB (Red+Green+Blue) = 176+30+52=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E34 is #4FE1CB. Grayscale: #4C4C4C. Windows color (decimal): -5235148 or 3415728. OLE color: 3415728.

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

Color convert

RGB 176 30 52 -
CMYK 0 0.83 0.70 0.31
HSL 350.96º 0.71% 0.4% -
HSV(B) 350.96º 0.83% 0.69% -
XYZ 18.99 10.41 4.26 -
YUV 76.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 176 30 52 0 0.83 0.70 0.31 350.96 0.71 0.4
Hex B0 1E 34 0 53 46 1F 15F 47 28
Octal 260 36 64 0 123 106 37 537 107 50
Binary 10110000 11110 110100 0 1010011 1000110 11111 101011111 1000111 101000

Color Harmonies of #B01E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E34

Black with #B01E34

Text Example


Text Example

White with #B01E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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