Html Css Color HEX #B11F2C Cardinal

📋 copy color: '#B11F2C'

red 177 ◦ green 31 ◦ blue 44

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

Shades of Cardinal #B11F2C

Tints of Cardinal #B11F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 70.24%
G = 12.3%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B11F2C (or 0xB11F2C) is known color: Cardinal. HEX triplet: B1, 1F and 2C. RGB value is (177,31,44). Sum of RGB (Red+Green+Blue) = 177+31+44=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F2C is #4EE0D3. Grayscale: #4C4C4C. Windows color (decimal): -5169364 or 2891697. OLE color: 2891697.

HSL color Cylindrical-coordinate representation of color #B11F2C: hue angle of 354.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F2C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 31 44 -
CMYK 0 0.82 0.75 0.31
HSL 354.66º 0.7% 0.41% -
HSV(B) 354.66º 0.82% 0.69% -
XYZ 19.08 10.51 3.41 -
YUV 76.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 177 31 44 0 0.82 0.75 0.31 354.66 0.7 0.41
Hex B1 1F 2C 0 52 4B 1F 163 46 29
Octal 261 37 54 0 122 113 37 543 106 51
Binary 10110001 11111 101100 0 1010010 1001011 11111 101100011 1000110 101001

Color Harmonies of #B11F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F2C

Black with #B11F2C

Text Example


Text Example

White with #B11F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F2C; }

 p { color: rgb(177,31,44); }

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

background-color css

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

 a { background-color: rgb(177,31,44); }

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

border-color css

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

 span { border-color: rgb(177,31,44); }

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