Html Css Color HEX #B01434 Cardinal

📋 copy color: '#B01434'

red 176 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #B01434

Tints of Cardinal #B01434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 70.97%
G = 8.06%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B01434 (or 0xB01434) is known color: Cardinal. HEX triplet: B0, 14 and 34. RGB value is (176,20,52). Sum of RGB (Red+Green+Blue) = 176+20+52=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01434 is #4FEBCB. Grayscale: #464646. Windows color (decimal): -5237708 or 3413168. OLE color: 3413168.

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

Color convert

RGB 176 20 52 -
CMYK 0 0.89 0.70 0.31
HSL 347.69º 0.8% 0.38% -
HSV(B) 347.69º 0.89% 0.69% -
XYZ 18.77 9.98 4.19 -
YUV 70.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 176 20 52 0 0.89 0.70 0.31 347.69 0.8 0.38
Hex B0 14 34 0 59 46 1F 15C 50 26
Octal 260 24 64 0 131 106 37 534 120 46
Binary 10110000 10100 110100 0 1011001 1000110 11111 101011100 1010000 100110

Color Harmonies of #B01434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01434

Black with #B01434

Text Example


Text Example

White with #B01434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01434; }

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

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

background-color css

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

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

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

border-color css

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

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

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