Html Css Color HEX #B01940 Cardinal

📋 copy color: '#B01940'

red 176 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #B01940

Tints of Cardinal #B01940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 66.42%
G = 9.43%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01940 (or 0xB01940) is known color: Cardinal. HEX triplet: B0, 19 and 40. RGB value is (176,25,64). Sum of RGB (Red+Green+Blue) = 176+25+64=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01940 is #4FE6BF. Grayscale: #4A4A4A. Windows color (decimal): -5236416 or 4200880. OLE color: 4200880.

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

Color convert

RGB 176 25 64 -
CMYK 0 0.86 0.64 0.31
HSL 344.5º 0.75% 0.39% -
HSV(B) 344.5º 0.86% 0.69% -
XYZ 19.18 10.3 5.83 -
YUV 74.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 176 25 64 0 0.86 0.64 0.31 344.5 0.75 0.39
Hex B0 19 40 0 56 40 1F 159 4B 27
Octal 260 31 100 0 126 100 37 531 113 47
Binary 10110000 11001 1000000 0 1010110 1000000 11111 101011001 1001011 100111

Color Harmonies of #B01940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01940

Black with #B01940

Text Example


Text Example

White with #B01940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01940; }

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

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

background-color css

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

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

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

border-color css

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

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

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