Html Css Color HEX #B11C2E Cardinal

📋 copy color: '#B11C2E'

red 177 ◦ green 28 ◦ blue 46

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

Shades of Cardinal #B11C2E

Tints of Cardinal #B11C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 70.52%
G = 11.16%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B11C2E (or 0xB11C2E) is known color: Cardinal. HEX triplet: B1, 1C and 2E. RGB value is (177,28,46). Sum of RGB (Red+Green+Blue) = 177+28+46=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C2E is #4EE3D1. Grayscale: #4A4A4A. Windows color (decimal): -5170130 or 3022001. OLE color: 3022001.

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

Color convert

RGB 177 28 46 -
CMYK 0 0.84 0.74 0.31
HSL 352.75º 0.73% 0.4% -
HSV(B) 352.75º 0.84% 0.69% -
XYZ 19.04 10.37 3.58 -
YUV 74.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 177 28 46 0 0.84 0.74 0.31 352.75 0.73 0.4
Hex B1 1C 2E 0 54 4A 1F 161 49 28
Octal 261 34 56 0 124 112 37 541 111 50
Binary 10110001 11100 101110 0 1010100 1001010 11111 101100001 1001001 101000

Color Harmonies of #B11C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C2E

Black with #B11C2E

Text Example


Text Example

White with #B11C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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