Html Css Color HEX #B01946 Cardinal

📋 copy color: '#B01946'

red 176 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #B01946

Tints of Cardinal #B01946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

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

R = 64.94%
G = 9.23%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B01946 (or 0xB01946) is known color: Cardinal. HEX triplet: B0, 19 and 46. RGB value is (176,25,70). Sum of RGB (Red+Green+Blue) = 176+25+70=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B01946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01946 is #4FE6B9. Grayscale: #4B4B4B. Windows color (decimal): -5236410 or 4594096. OLE color: 4594096.

HSL color Cylindrical-coordinate representation of color #B01946: hue angle of 342.12º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01946 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 70 -
CMYK 0 0.86 0.60 0.31
HSL 342.12º 0.75% 0.39% -
HSV(B) 342.12º 0.86% 0.69% -
XYZ 19.36 10.37 6.78 -
YUV 75.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 176 25 70 0 0.86 0.60 0.31 342.12 0.75 0.39
Hex B0 19 46 0 56 3C 1F 156 4B 27
Octal 260 31 106 0 126 74 37 526 113 47
Binary 10110000 11001 1000110 0 1010110 111100 11111 101010110 1001011 100111

Color Harmonies of #B01946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01946

Black with #B01946

Text Example


Text Example

White with #B01946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01946; }

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

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

background-color css

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

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

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

border-color css

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

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

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