Html Css Color HEX #B11C26 Cardinal

📋 copy color: '#B11C26'

red 177 ◦ green 28 ◦ blue 38

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

Shades of Cardinal #B11C26

Tints of Cardinal #B11C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 72.84%
G = 11.52%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11C26 (or 0xB11C26) is known color: Cardinal. HEX triplet: B1, 1C and 26. RGB value is (177,28,38). Sum of RGB (Red+Green+Blue) = 177+28+38=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C26 is #4EE3D9. Grayscale: #494949. Windows color (decimal): -5170138 or 2497713. OLE color: 2497713.

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

Color convert

RGB 177 28 38 -
CMYK 0 0.84 0.79 0.31
HSL 355.97º 0.73% 0.4% -
HSV(B) 355.97º 0.84% 0.69% -
XYZ 18.9 10.32 2.83 -
YUV 73.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 177 28 38 0 0.84 0.79 0.31 355.97 0.73 0.4
Hex B1 1C 26 0 54 4F 1F 164 49 28
Octal 261 34 46 0 124 117 37 544 111 50
Binary 10110001 11100 100110 0 1010100 1001111 11111 101100100 1001001 101000

Color Harmonies of #B11C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C26

Black with #B11C26

Text Example


Text Example

White with #B11C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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