Html Css Color HEX #B11D3C Cardinal

📋 copy color: '#B11D3C'

red 177 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #B11D3C

Tints of Cardinal #B11D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 66.54%
G = 10.9%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B11D3C (or 0xB11D3C) is known color: Cardinal. HEX triplet: B1, 1D and 3C. RGB value is (177,29,60). Sum of RGB (Red+Green+Blue) = 177+29+60=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D3C is #4EE2C3. Grayscale: #4C4C4C. Windows color (decimal): -5169860 or 3939761. OLE color: 3939761.

HSL color Cylindrical-coordinate representation of color #B11D3C: hue angle of 347.43º degrees, saturation: 0.72, 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 #B11D3C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 60 -
CMYK 0 0.84 0.66 0.31
HSL 347.43º 0.72% 0.4% -
HSV(B) 347.43º 0.84% 0.69% -
XYZ 19.39 10.55 5.29 -
YUV 76.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 177 29 60 0 0.84 0.66 0.31 347.43 0.72 0.4
Hex B1 1D 3C 0 54 42 1F 15B 48 28
Octal 261 35 74 0 124 102 37 533 110 50
Binary 10110001 11101 111100 0 1010100 1000010 11111 101011011 1001000 101000

Color Harmonies of #B11D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D3C

Black with #B11D3C

Text Example


Text Example

White with #B11D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D3C; }

 p { color: rgb(177,29,60); }

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

background-color css

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

 a { background-color: rgb(177,29,60); }

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

border-color css

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

 span { border-color: rgb(177,29,60); }

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