Html Css Color HEX #B11C45 Cardinal

📋 copy color: '#B11C45'

red 177 ◦ green 28 ◦ blue 69

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

Shades of Cardinal #B11C45

Tints of Cardinal #B11C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

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

R = 64.6%
G = 10.22%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B11C45 (or 0xB11C45) is known color: Cardinal. HEX triplet: B1, 1C and 45. RGB value is (177,28,69). Sum of RGB (Red+Green+Blue) = 177+28+69=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C45 is #4EE3BA. Grayscale: #4D4D4D. Windows color (decimal): -5170107 or 4529329. OLE color: 4529329.

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

Color convert

RGB 177 28 69 -
CMYK 0 0.84 0.61 0.31
HSL 343.49º 0.73% 0.4% -
HSV(B) 343.49º 0.84% 0.69% -
XYZ 19.62 10.61 6.64 -
YUV 77.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 177 28 69 0 0.84 0.61 0.31 343.49 0.73 0.4
Hex B1 1C 45 0 54 3D 1F 157 49 28
Octal 261 34 105 0 124 75 37 527 111 50
Binary 10110001 11100 1000101 0 1010100 111101 11111 101010111 1001001 101000

Color Harmonies of #B11C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C45

Black with #B11C45

Text Example


Text Example

White with #B11C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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