Html Css Color HEX #B11245 Cardinal

📋 copy color: '#B11245'

red 177 ◦ green 18 ◦ blue 69

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

Shades of Cardinal #B11245

Tints of Cardinal #B11245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 67.05%
G = 6.82%
B = 26.14%

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

#B11245 (or 0xB11245) is known color: Cardinal. HEX triplet: B1, 12 and 45. RGB value is (177,18,69). Sum of RGB (Red+Green+Blue) = 177+18+69=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B11245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11245 is #4EEDBA. Grayscale: #474747. Windows color (decimal): -5172667 or 4526769. OLE color: 4526769.

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

Color convert

RGB 177 18 69 -
CMYK 0 0.90 0.61 0.31
HSL 340.75º 0.82% 0.38% -
HSV(B) 340.75º 0.9% 0.69% -
XYZ 19.42 10.21 6.58 -
YUV 71.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 177 18 69 0 0.90 0.61 0.31 340.75 0.82 0.38
Hex B1 12 45 0 5A 3D 1F 155 52 26
Octal 261 22 105 0 132 75 37 525 122 46
Binary 10110001 10010 1000101 0 1011010 111101 11111 101010101 1010010 100110

Color Harmonies of #B11245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11245

Black with #B11245

Text Example


Text Example

White with #B11245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11245; }

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

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

background-color css

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

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

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

border-color css

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

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

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