Html Css Color HEX #B11840 Cardinal

📋 copy color: '#B11840'

red 177 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #B11840

Tints of Cardinal #B11840

RGB

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

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

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

R = 66.79%
G = 9.06%
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

#B11840 (or 0xB11840) is known color: Cardinal. HEX triplet: B1, 18 and 40. RGB value is (177,24,64). Sum of RGB (Red+Green+Blue) = 177+24+64=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B11840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11840 is #4EE7BF. Grayscale: #4A4A4A. Windows color (decimal): -5171136 or 4200625. OLE color: 4200625.

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

Color convert

RGB 177 24 64 -
CMYK 0 0.86 0.64 0.31
HSL 344.31º 0.76% 0.39% -
HSV(B) 344.31º 0.86% 0.69% -
XYZ 19.38 10.37 5.83 -
YUV 74.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 177 24 64 0 0.86 0.64 0.31 344.31 0.76 0.39
Hex B1 18 40 0 56 40 1F 158 4C 27
Octal 261 30 100 0 126 100 37 530 114 47
Binary 10110001 11000 1000000 0 1010110 1000000 11111 101011000 1001100 100111

Color Harmonies of #B11840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11840

Black with #B11840

Text Example


Text Example

White with #B11840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11840; }

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

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

background-color css

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

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

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

border-color css

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

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

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