Html Css Color HEX #B11145 Cardinal

📋 copy color: '#B11145'

red 177 ◦ green 17 ◦ blue 69

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

Shades of Cardinal #B11145

Tints of Cardinal #B11145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 67.3%
G = 6.46%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B11145 (or 0xB11145) is known color: Cardinal. HEX triplet: B1, 11 and 45. RGB value is (177,17,69). Sum of RGB (Red+Green+Blue) = 177+17+69=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11145 is #4EEEBA. Grayscale: #464646. Windows color (decimal): -5172923 or 4526513. OLE color: 4526513.

HSL color Cylindrical-coordinate representation of color #B11145: hue angle of 340.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11145 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 69 -
CMYK 0 0.90 0.61 0.31
HSL 340.5º 0.82% 0.38% -
HSV(B) 340.5º 0.9% 0.69% -
XYZ 19.41 10.18 6.57 -
YUV 70.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 177 17 69 0 0.90 0.61 0.31 340.5 0.82 0.38
Hex B1 11 45 0 5A 3D 1F 154 52 26
Octal 261 21 105 0 132 75 37 524 122 46
Binary 10110001 10001 1000101 0 1011010 111101 11111 101010100 1010010 100110

Color Harmonies of #B11145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11145

Black with #B11145

Text Example


Text Example

White with #B11145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11145; }

 p { color: rgb(177,17,69); }

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

background-color css

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

 a { background-color: rgb(177,17,69); }

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

border-color css

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

 span { border-color: rgb(177,17,69); }

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