Html Css Color HEX #B01446 Cardinal

📋 copy color: '#B01446'

red 176 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #B01446

Tints of Cardinal #B01446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 66.17%
G = 7.52%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B01446 (or 0xB01446) is known color: Cardinal. HEX triplet: B0, 14 and 46. RGB value is (176,20,70). Sum of RGB (Red+Green+Blue) = 176+20+70=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B01446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01446 is #4FEBB9. Grayscale: #484848. Windows color (decimal): -5237690 or 4592816. OLE color: 4592816.

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

Color convert

RGB 176 20 70 -
CMYK 0 0.89 0.60 0.31
HSL 340.77º 0.8% 0.38% -
HSV(B) 340.77º 0.89% 0.69% -
XYZ 19.26 10.17 6.74 -
YUV 72.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 176 20 70 0 0.89 0.60 0.31 340.77 0.8 0.38
Hex B0 14 46 0 59 3C 1F 155 50 26
Octal 260 24 106 0 131 74 37 525 120 46
Binary 10110000 10100 1000110 0 1011001 111100 11111 101010101 1010000 100110

Color Harmonies of #B01446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01446

Black with #B01446

Text Example


Text Example

White with #B01446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01446; }

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

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

background-color css

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

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

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

border-color css

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

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

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