Html Css Color HEX #B11D3A Cardinal

📋 copy color: '#B11D3A'

red 177 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #B11D3A

Tints of Cardinal #B11D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 67.05%
G = 10.98%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B11D3A (or 0xB11D3A) is known color: Cardinal. HEX triplet: B1, 1D and 3A. RGB value is (177,29,58). Sum of RGB (Red+Green+Blue) = 177+29+58=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D3A is #4EE2C5. Grayscale: #4C4C4C. Windows color (decimal): -5169862 or 3808689. OLE color: 3808689.

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

Color convert

RGB 177 29 58 -
CMYK 0 0.84 0.67 0.31
HSL 348.24º 0.72% 0.4% -
HSV(B) 348.24º 0.84% 0.69% -
XYZ 19.33 10.53 5.02 -
YUV 76.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 177 29 58 0 0.84 0.67 0.31 348.24 0.72 0.4
Hex B1 1D 3A 0 54 43 1F 15C 48 28
Octal 261 35 72 0 124 103 37 534 110 50
Binary 10110001 11101 111010 0 1010100 1000011 11111 101011100 1001000 101000

Color Harmonies of #B11D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D3A

Black with #B11D3A

Text Example


Text Example

White with #B11D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D3A; }

 p { color: rgb(177,29,58); }

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

background-color css

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

 a { background-color: rgb(177,29,58); }

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

border-color css

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

 span { border-color: rgb(177,29,58); }

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