Html Css Color HEX #B11A2B Cardinal

📋 copy color: '#B11A2B'

red 177 ◦ green 26 ◦ blue 43

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

Shades of Cardinal #B11A2B

Tints of Cardinal #B11A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 71.95%
G = 10.57%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B11A2B (or 0xB11A2B) is known color: Cardinal. HEX triplet: B1, 1A and 2B. RGB value is (177,26,43). Sum of RGB (Red+Green+Blue) = 177+26+43=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A2B is #4EE5D4. Grayscale: #494949. Windows color (decimal): -5170645 or 2824881. OLE color: 2824881.

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

Color convert

RGB 177 26 43 -
CMYK 0 0.85 0.76 0.31
HSL 353.25º 0.74% 0.4% -
HSV(B) 353.25º 0.85% 0.69% -
XYZ 18.94 10.26 3.27 -
YUV 73.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 177 26 43 0 0.85 0.76 0.31 353.25 0.74 0.4
Hex B1 1A 2B 0 55 4C 1F 161 4A 28
Octal 261 32 53 0 125 114 37 541 112 50
Binary 10110001 11010 101011 0 1010101 1001100 11111 101100001 1001010 101000

Color Harmonies of #B11A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A2B

Black with #B11A2B

Text Example


Text Example

White with #B11A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A2B; }

 p { color: rgb(177,26,43); }

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

background-color css

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

 a { background-color: rgb(177,26,43); }

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

border-color css

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

 span { border-color: rgb(177,26,43); }

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