Html Css Color HEX #B11B2D Cardinal

📋 copy color: '#B11B2D'

red 177 ◦ green 27 ◦ blue 45

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

Shades of Cardinal #B11B2D

Tints of Cardinal #B11B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

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

R = 71.08%
G = 10.84%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B11B2D (or 0xB11B2D) is known color: Cardinal. HEX triplet: B1, 1B and 2D. RGB value is (177,27,45). Sum of RGB (Red+Green+Blue) = 177+27+45=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B2D is #4EE4D2. Grayscale: #494949. Windows color (decimal): -5170387 or 2956209. OLE color: 2956209.

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

Color convert

RGB 177 27 45 -
CMYK 0 0.85 0.75 0.31
HSL 352.8º 0.74% 0.4% -
HSV(B) 352.8º 0.85% 0.69% -
XYZ 19 10.32 3.47 -
YUV 73.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 177 27 45 0 0.85 0.75 0.31 352.8 0.74 0.4
Hex B1 1B 2D 0 55 4B 1F 161 4A 28
Octal 261 33 55 0 125 113 37 541 112 50
Binary 10110001 11011 101101 0 1010101 1001011 11111 101100001 1001010 101000

Color Harmonies of #B11B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B2D

Black with #B11B2D

Text Example


Text Example

White with #B11B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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