Html Css Color HEX #B11845 Cardinal

📋 copy color: '#B11845'

red 177 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #B11845

Tints of Cardinal #B11845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 65.56%
G = 8.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B11845 (or 0xB11845) is known color: Cardinal. HEX triplet: B1, 18 and 45. RGB value is (177,24,69). Sum of RGB (Red+Green+Blue) = 177+24+69=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B11845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11845 is #4EE7BA. Grayscale: #4A4A4A. Windows color (decimal): -5171131 or 4528305. OLE color: 4528305.

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

Color convert

RGB 177 24 69 -
CMYK 0 0.86 0.61 0.31
HSL 342.35º 0.76% 0.39% -
HSV(B) 342.35º 0.86% 0.69% -
XYZ 19.53 10.43 6.61 -
YUV 74.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 177 24 69 0 0.86 0.61 0.31 342.35 0.76 0.39
Hex B1 18 45 0 56 3D 1F 156 4C 27
Octal 261 30 105 0 126 75 37 526 114 47
Binary 10110001 11000 1000101 0 1010110 111101 11111 101010110 1001100 100111

Color Harmonies of #B11845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11845

Black with #B11845

Text Example


Text Example

White with #B11845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11845; }

 p { color: rgb(177,24,69); }

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

background-color css

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

 a { background-color: rgb(177,24,69); }

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

border-color css

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

 span { border-color: rgb(177,24,69); }

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