Html Css Color HEX #B11C42 Cardinal

📋 copy color: '#B11C42'

red 177 ◦ green 28 ◦ blue 66

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

Shades of Cardinal #B11C42

Tints of Cardinal #B11C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 65.31%
G = 10.33%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11C42 (or 0xB11C42) is known color: Cardinal. HEX triplet: B1, 1C and 42. RGB value is (177,28,66). Sum of RGB (Red+Green+Blue) = 177+28+66=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C42 is #4EE3BD. Grayscale: #4C4C4C. Windows color (decimal): -5170110 or 4332721. OLE color: 4332721.

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

Color convert

RGB 177 28 66 -
CMYK 0 0.84 0.63 0.31
HSL 344.7º 0.73% 0.4% -
HSV(B) 344.7º 0.84% 0.69% -
XYZ 19.53 10.57 6.17 -
YUV 76.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 177 28 66 0 0.84 0.63 0.31 344.7 0.73 0.4
Hex B1 1C 42 0 54 3F 1F 159 49 28
Octal 261 34 102 0 124 77 37 531 111 50
Binary 10110001 11100 1000010 0 1010100 111111 11111 101011001 1001001 101000

Color Harmonies of #B11C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C42

Black with #B11C42

Text Example


Text Example

White with #B11C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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