Html Css Color HEX #B11541 Cardinal

📋 copy color: '#B11541'

red 177 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #B11541

Tints of Cardinal #B11541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 67.3%
G = 7.98%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11541 (or 0xB11541) is known color: Cardinal. HEX triplet: B1, 15 and 41. RGB value is (177,21,65). Sum of RGB (Red+Green+Blue) = 177+21+65=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11541 is #4EEABE. Grayscale: #484848. Windows color (decimal): -5171903 or 4265393. OLE color: 4265393.

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

Color convert

RGB 177 21 65 -
CMYK 0 0.88 0.63 0.31
HSL 343.08º 0.79% 0.39% -
HSV(B) 343.08º 0.88% 0.69% -
XYZ 19.35 10.27 5.96 -
YUV 72.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 177 21 65 0 0.88 0.63 0.31 343.08 0.79 0.39
Hex B1 15 41 0 58 3F 1F 157 4F 27
Octal 261 25 101 0 130 77 37 527 117 47
Binary 10110001 10101 1000001 0 1011000 111111 11111 101010111 1001111 100111

Color Harmonies of #B11541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11541

Black with #B11541

Text Example


Text Example

White with #B11541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11541; }

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

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

background-color css

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

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

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

border-color css

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

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

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