Html Css Color HEX #B11C2B Cardinal

📋 copy color: '#B11C2B'

red 177 ◦ green 28 ◦ blue 43

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

Shades of Cardinal #B11C2B

Tints of Cardinal #B11C2B

RGB

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

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

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

R = 71.37%
G = 11.29%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B11C2B (or 0xB11C2B) is known color: Cardinal. HEX triplet: B1, 1C and 2B. RGB value is (177,28,43). Sum of RGB (Red+Green+Blue) = 177+28+43=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C2B is #4EE3D4. Grayscale: #4A4A4A. Windows color (decimal): -5170133 or 2825393. OLE color: 2825393.

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

Color convert

RGB 177 28 43 -
CMYK 0 0.84 0.76 0.31
HSL 353.96º 0.73% 0.4% -
HSV(B) 353.96º 0.84% 0.69% -
XYZ 18.98 10.35 3.28 -
YUV 74.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 177 28 43 0 0.84 0.76 0.31 353.96 0.73 0.4
Hex B1 1C 2B 0 54 4C 1F 162 49 28
Octal 261 34 53 0 124 114 37 542 111 50
Binary 10110001 11100 101011 0 1010100 1001100 11111 101100010 1001001 101000

Color Harmonies of #B11C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C2B

Black with #B11C2B

Text Example


Text Example

White with #B11C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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