Html Css Color HEX #B11640 Cardinal

📋 copy color: '#B11640'

red 177 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #B11640

Tints of Cardinal #B11640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 67.3%
G = 8.37%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B11640 (or 0xB11640) is known color: Cardinal. HEX triplet: B1, 16 and 40. RGB value is (177,22,64). Sum of RGB (Red+Green+Blue) = 177+22+64=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11640 is #4EE9BF. Grayscale: #494949. Windows color (decimal): -5171648 or 4200113. OLE color: 4200113.

HSL color Cylindrical-coordinate representation of color #B11640: hue angle of 343.74º degrees, saturation: 0.78, 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 #B11640 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 64 -
CMYK 0 0.88 0.64 0.31
HSL 343.74º 0.78% 0.39% -
HSV(B) 343.74º 0.88% 0.69% -
XYZ 19.34 10.29 5.82 -
YUV 73.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 177 22 64 0 0.88 0.64 0.31 343.74 0.78 0.39
Hex B1 16 40 0 58 40 1F 158 4E 27
Octal 261 26 100 0 130 100 37 530 116 47
Binary 10110001 10110 1000000 0 1011000 1000000 11111 101011000 1001110 100111

Color Harmonies of #B11640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11640

Black with #B11640

Text Example


Text Example

White with #B11640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11640; }

 p { color: rgb(177,22,64); }

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

background-color css

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

 a { background-color: rgb(177,22,64); }

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

border-color css

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

 span { border-color: rgb(177,22,64); }

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