Html Css Color HEX #B11B45 Cardinal

📋 copy color: '#B11B45'

red 177 ◦ green 27 ◦ blue 69

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

Shades of Cardinal #B11B45

Tints of Cardinal #B11B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 64.84%
G = 9.89%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B11B45 (or 0xB11B45) is known color: Cardinal. HEX triplet: B1, 1B and 45. RGB value is (177,27,69). Sum of RGB (Red+Green+Blue) = 177+27+69=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B45 is #4EE4BA. Grayscale: #4C4C4C. Windows color (decimal): -5170363 or 4529073. OLE color: 4529073.

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

Color convert

RGB 177 27 69 -
CMYK 0 0.85 0.61 0.31
HSL 343.2º 0.74% 0.4% -
HSV(B) 343.2º 0.85% 0.69% -
XYZ 19.6 10.56 6.64 -
YUV 76.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 177 27 69 0 0.85 0.61 0.31 343.2 0.74 0.4
Hex B1 1B 45 0 55 3D 1F 157 4A 28
Octal 261 33 105 0 125 75 37 527 112 50
Binary 10110001 11011 1000101 0 1010101 111101 11111 101010111 1001010 101000

Color Harmonies of #B11B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B45

Black with #B11B45

Text Example


Text Example

White with #B11B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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