Html Css Color HEX #B01146 Cardinal

📋 copy color: '#B01146'

red 176 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #B01146

Tints of Cardinal #B01146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 66.92%
G = 6.46%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B01146 (or 0xB01146) is known color: Cardinal. HEX triplet: B0, 11 and 46. RGB value is (176,17,70). Sum of RGB (Red+Green+Blue) = 176+17+70=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B01146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01146 is #4FEEB9. Grayscale: #464646. Windows color (decimal): -5238458 or 4592048. OLE color: 4592048.

HSL color Cylindrical-coordinate representation of color #B01146: hue angle of 340º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01146 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 70 -
CMYK 0 0.90 0.60 0.31
HSL 340º 0.82% 0.38% -
HSV(B) 340º 0.9% 0.69% -
XYZ 19.21 10.07 6.73 -
YUV 70.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 176 17 70 0 0.90 0.60 0.31 340 0.82 0.38
Hex B0 11 46 0 5A 3C 1F 154 52 26
Octal 260 21 106 0 132 74 37 524 122 46
Binary 10110000 10001 1000110 0 1011010 111100 11111 101010100 1010010 100110

Color Harmonies of #B01146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01146

Black with #B01146

Text Example


Text Example

White with #B01146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01146; }

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

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

background-color css

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

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

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

border-color css

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

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

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