Html Css Color HEX #B11941 Cardinal

📋 copy color: '#B11941'

red 177 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #B11941

Tints of Cardinal #B11941

RGB

 RED value IS 177 (69.53% from 255) = 66.29%

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 66.29%
G = 9.36%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11941 (or 0xB11941) is known color: Cardinal. HEX triplet: B1, 19 and 41. RGB value is (177,25,65). Sum of RGB (Red+Green+Blue) = 177+25+65=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11941 is #4EE6BE. Grayscale: #4B4B4B. Windows color (decimal): -5170879 or 4266417. OLE color: 4266417.

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

Color convert

RGB 177 25 65 -
CMYK 0 0.86 0.63 0.31
HSL 344.21º 0.75% 0.4% -
HSV(B) 344.21º 0.86% 0.69% -
XYZ 19.43 10.42 5.99 -
YUV 75.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 177 25 65 0 0.86 0.63 0.31 344.21 0.75 0.4
Hex B1 19 41 0 56 3F 1F 158 4B 28
Octal 261 31 101 0 126 77 37 530 113 50
Binary 10110001 11001 1000001 0 1010110 111111 11111 101011000 1001011 101000

Color Harmonies of #B11941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11941

Black with #B11941

Text Example


Text Example

White with #B11941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11941; }

 p { color: rgb(177,25,65); }

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

background-color css

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

 a { background-color: rgb(177,25,65); }

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

border-color css

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

 span { border-color: rgb(177,25,65); }

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