Html Css Color HEX #B01346 Cardinal

📋 copy color: '#B01346'

red 176 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #B01346

Tints of Cardinal #B01346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 66.42%
G = 7.17%
B = 26.42%

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

#B01346 (or 0xB01346) is known color: Cardinal. HEX triplet: B0, 13 and 46. RGB value is (176,19,70). Sum of RGB (Red+Green+Blue) = 176+19+70=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01346 is #4FECB9. Grayscale: #474747. Windows color (decimal): -5237946 or 4592560. OLE color: 4592560.

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

Color convert

RGB 176 19 70 -
CMYK 0 0.89 0.60 0.31
HSL 340.51º 0.81% 0.38% -
HSV(B) 340.51º 0.89% 0.69% -
XYZ 19.24 10.14 6.74 -
YUV 71.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 176 19 70 0 0.89 0.60 0.31 340.51 0.81 0.38
Hex B0 13 46 0 59 3C 1F 155 51 26
Octal 260 23 106 0 131 74 37 525 121 46
Binary 10110000 10011 1000110 0 1011001 111100 11111 101010101 1010001 100110

Color Harmonies of #B01346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01346

Black with #B01346

Text Example


Text Example

White with #B01346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01346; }

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

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

background-color css

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

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

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

border-color css

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

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

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