Html Css Color HEX #B11E2A Cardinal

📋 copy color: '#B11E2A'

red 177 ◦ green 30 ◦ blue 42

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

Shades of Cardinal #B11E2A

Tints of Cardinal #B11E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 71.08%
G = 12.05%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B11E2A (or 0xB11E2A) is known color: Cardinal. HEX triplet: B1, 1E and 2A. RGB value is (177,30,42). Sum of RGB (Red+Green+Blue) = 177+30+42=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11E2A is #4EE1D5. Grayscale: #4B4B4B. Windows color (decimal): -5169622 or 2760369. OLE color: 2760369.

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

Color convert

RGB 177 30 42 -
CMYK 0 0.83 0.76 0.31
HSL 355.1º 0.71% 0.41% -
HSV(B) 355.1º 0.83% 0.69% -
XYZ 19.01 10.44 3.2 -
YUV 75.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 177 30 42 0 0.83 0.76 0.31 355.1 0.71 0.41
Hex B1 1E 2A 0 53 4C 1F 163 47 29
Octal 261 36 52 0 123 114 37 543 107 51
Binary 10110001 11110 101010 0 1010011 1001100 11111 101100011 1000111 101001

Color Harmonies of #B11E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11E2A

Black with #B11E2A

Text Example


Text Example

White with #B11E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11E2A; }

 p { color: rgb(177,30,42); }

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

background-color css

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

 a { background-color: rgb(177,30,42); }

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

border-color css

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

 span { border-color: rgb(177,30,42); }

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