Html Css Color HEX #B11231 Cardinal

📋 copy color: '#B11231'

red 177 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #B11231

Tints of Cardinal #B11231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 72.54%
G = 7.38%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11231 (or 0xB11231) is known color: Cardinal. HEX triplet: B1, 12 and 31. RGB value is (177,18,49). Sum of RGB (Red+Green+Blue) = 177+18+49=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11231 is #4EEDCE. Grayscale: #454545. Windows color (decimal): -5172687 or 3216049. OLE color: 3216049.

HSL color Cylindrical-coordinate representation of color #B11231: hue angle of 348.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11231 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 49 -
CMYK 0 0.90 0.72 0.31
HSL 348.3º 0.82% 0.38% -
HSV(B) 348.3º 0.9% 0.69% -
XYZ 18.9 10 3.84 -
YUV 69.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 177 18 49 0 0.90 0.72 0.31 348.3 0.82 0.38
Hex B1 12 31 0 5A 48 1F 15C 52 26
Octal 261 22 61 0 132 110 37 534 122 46
Binary 10110001 10010 110001 0 1011010 1001000 11111 101011100 1010010 100110

Color Harmonies of #B11231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11231

Black with #B11231

Text Example


Text Example

White with #B11231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11231; }

 p { color: rgb(177,18,49); }

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

background-color css

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

 a { background-color: rgb(177,18,49); }

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

border-color css

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

 span { border-color: rgb(177,18,49); }

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