Html Css Color HEX #B11241 Cardinal

📋 copy color: '#B11241'

red 177 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #B11241

Tints of Cardinal #B11241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 68.08%
G = 6.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11241 (or 0xB11241) is known color: Cardinal. HEX triplet: B1, 12 and 41. RGB value is (177,18,65). Sum of RGB (Red+Green+Blue) = 177+18+65=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B11241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11241 is #4EEDBE. Grayscale: #464646. Windows color (decimal): -5172671 or 4264625. OLE color: 4264625.

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

Color convert

RGB 177 18 65 -
CMYK 0 0.90 0.63 0.31
HSL 342.26º 0.82% 0.38% -
HSV(B) 342.26º 0.9% 0.69% -
XYZ 19.3 10.16 5.95 -
YUV 70.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 177 18 65 0 0.90 0.63 0.31 342.26 0.82 0.38
Hex B1 12 41 0 5A 3F 1F 156 52 26
Octal 261 22 101 0 132 77 37 526 122 46
Binary 10110001 10010 1000001 0 1011010 111111 11111 101010110 1010010 100110

Color Harmonies of #B11241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11241

Black with #B11241

Text Example


Text Example

White with #B11241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11241; }

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

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

background-color css

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

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

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

border-color css

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

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

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