Html Css Color HEX #B11641 Cardinal

📋 copy color: '#B11641'

red 177 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #B11641

Tints of Cardinal #B11641

RGB

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

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

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

R = 67.05%
G = 8.33%
B = 24.62%

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

#B11641 (or 0xB11641) is known color: Cardinal. HEX triplet: B1, 16 and 41. RGB value is (177,22,65). Sum of RGB (Red+Green+Blue) = 177+22+65=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B11641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11641 is #4EE9BE. Grayscale: #494949. Windows color (decimal): -5171647 or 4265649. OLE color: 4265649.

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

Color convert

RGB 177 22 65 -
CMYK 0 0.88 0.63 0.31
HSL 343.35º 0.78% 0.39% -
HSV(B) 343.35º 0.88% 0.69% -
XYZ 19.37 10.3 5.97 -
YUV 73.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 177 22 65 0 0.88 0.63 0.31 343.35 0.78 0.39
Hex B1 16 41 0 58 3F 1F 157 4E 27
Octal 261 26 101 0 130 77 37 527 116 47
Binary 10110001 10110 1000001 0 1011000 111111 11111 101010111 1001110 100111

Color Harmonies of #B11641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11641

Black with #B11641

Text Example


Text Example

White with #B11641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11641; }

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

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

background-color css

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

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

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

border-color css

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

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

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