Html Css Color HEX #B11341 Cardinal

📋 copy color: '#B11341'

red 177 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #B11341

Tints of Cardinal #B11341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 67.82%
G = 7.28%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11341 (or 0xB11341) is known color: Cardinal. HEX triplet: B1, 13 and 41. RGB value is (177,19,65). Sum of RGB (Red+Green+Blue) = 177+19+65=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B11341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11341 is #4EECBE. Grayscale: #474747. Windows color (decimal): -5172415 or 4264881. OLE color: 4264881.

HSL color Cylindrical-coordinate representation of color #B11341: hue angle of 342.53º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11341 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 65 -
CMYK 0 0.89 0.63 0.31
HSL 342.53º 0.81% 0.38% -
HSV(B) 342.53º 0.89% 0.69% -
XYZ 19.32 10.19 5.95 -
YUV 71.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 177 19 65 0 0.89 0.63 0.31 342.53 0.81 0.38
Hex B1 13 41 0 59 3F 1F 157 51 26
Octal 261 23 101 0 131 77 37 527 121 46
Binary 10110001 10011 1000001 0 1011001 111111 11111 101010111 1010001 100110

Color Harmonies of #B11341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11341

Black with #B11341

Text Example


Text Example

White with #B11341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11341; }

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

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

background-color css

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

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

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

border-color css

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

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

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