Html Css Color HEX #B11C2D Cardinal

📋 copy color: '#B11C2D'

red 177 ◦ green 28 ◦ blue 45

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

Shades of Cardinal #B11C2D

Tints of Cardinal #B11C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 70.8%
G = 11.2%
B = 18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B11C2D (or 0xB11C2D) is known color: Cardinal. HEX triplet: B1, 1C and 2D. RGB value is (177,28,45). Sum of RGB (Red+Green+Blue) = 177+28+45=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C2D is #4EE3D2. Grayscale: #4A4A4A. Windows color (decimal): -5170131 or 2956465. OLE color: 2956465.

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

Color convert

RGB 177 28 45 -
CMYK 0 0.84 0.75 0.31
HSL 353.15º 0.73% 0.4% -
HSV(B) 353.15º 0.84% 0.69% -
XYZ 19.02 10.37 3.48 -
YUV 74.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 177 28 45 0 0.84 0.75 0.31 353.15 0.73 0.4
Hex B1 1C 2D 0 54 4B 1F 161 49 28
Octal 261 34 55 0 124 113 37 541 111 50
Binary 10110001 11100 101101 0 1010100 1001011 11111 101100001 1001001 101000

Color Harmonies of #B11C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C2D

Black with #B11C2D

Text Example


Text Example

White with #B11C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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