Html Css Color HEX #B11945 Cardinal

📋 copy color: '#B11945'

red 177 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #B11945

Tints of Cardinal #B11945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 65.31%
G = 9.23%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B11945 (or 0xB11945) is known color: Cardinal. HEX triplet: B1, 19 and 45. RGB value is (177,25,69). Sum of RGB (Red+Green+Blue) = 177+25+69=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11945 is #4EE6BA. Grayscale: #4B4B4B. Windows color (decimal): -5170875 or 4528561. OLE color: 4528561.

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

Color convert

RGB 177 25 69 -
CMYK 0 0.86 0.61 0.31
HSL 342.63º 0.75% 0.4% -
HSV(B) 342.63º 0.86% 0.69% -
XYZ 19.55 10.47 6.62 -
YUV 75.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 177 25 69 0 0.86 0.61 0.31 342.63 0.75 0.4
Hex B1 19 45 0 56 3D 1F 157 4B 28
Octal 261 31 105 0 126 75 37 527 113 50
Binary 10110001 11001 1000101 0 1010110 111101 11111 101010111 1001011 101000

Color Harmonies of #B11945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11945

Black with #B11945

Text Example


Text Example

White with #B11945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11945; }

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

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

background-color css

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

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

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

border-color css

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

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

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