Html Css Color HEX #B11F2B Cardinal

📋 copy color: '#B11F2B'

red 177 ◦ green 31 ◦ blue 43

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

Shades of Cardinal #B11F2B

Tints of Cardinal #B11F2B

RGB

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

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

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

R = 70.52%
G = 12.35%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B11F2B (or 0xB11F2B) is known color: Cardinal. HEX triplet: B1, 1F and 2B. RGB value is (177,31,43). Sum of RGB (Red+Green+Blue) = 177+31+43=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F2B is #4EE0D4. Grayscale: #4C4C4C. Windows color (decimal): -5169365 or 2826161. OLE color: 2826161.

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

Color convert

RGB 177 31 43 -
CMYK 0 0.82 0.76 0.31
HSL 355.07º 0.7% 0.41% -
HSV(B) 355.07º 0.82% 0.69% -
XYZ 19.06 10.5 3.31 -
YUV 76.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 177 31 43 0 0.82 0.76 0.31 355.07 0.7 0.41
Hex B1 1F 2B 0 52 4C 1F 163 46 29
Octal 261 37 53 0 122 114 37 543 106 51
Binary 10110001 11111 101011 0 1010010 1001100 11111 101100011 1000110 101001

Color Harmonies of #B11F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F2B

Black with #B11F2B

Text Example


Text Example

White with #B11F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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