Html Css Color HEX #B11841 Cardinal

📋 copy color: '#B11841'

red 177 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B11841

Tints of Cardinal #B11841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 66.54%
G = 9.02%
B = 24.44%

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

#B11841 (or 0xB11841) is known color: Cardinal. HEX triplet: B1, 18 and 41. RGB value is (177,24,65). Sum of RGB (Red+Green+Blue) = 177+24+65=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11841 is #4EE7BE. Grayscale: #4A4A4A. Windows color (decimal): -5171135 or 4266161. OLE color: 4266161.

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

Color convert

RGB 177 24 65 -
CMYK 0 0.86 0.63 0.31
HSL 343.92º 0.76% 0.39% -
HSV(B) 343.92º 0.86% 0.69% -
XYZ 19.41 10.38 5.98 -
YUV 74.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 177 24 65 0 0.86 0.63 0.31 343.92 0.76 0.39
Hex B1 18 41 0 56 3F 1F 158 4C 27
Octal 261 30 101 0 126 77 37 530 114 47
Binary 10110001 11000 1000001 0 1010110 111111 11111 101011000 1001100 100111

Color Harmonies of #B11841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11841

Black with #B11841

Text Example


Text Example

White with #B11841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11841; }

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

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

background-color css

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

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

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

border-color css

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

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

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