Html Css Color HEX #B11230 Cardinal

📋 copy color: '#B11230'

red 177 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #B11230

Tints of Cardinal #B11230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 72.84%
G = 7.41%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B11230 (or 0xB11230) is known color: Cardinal. HEX triplet: B1, 12 and 30. RGB value is (177,18,48). Sum of RGB (Red+Green+Blue) = 177+18+48=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B11230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11230 is #4EEDCF. Grayscale: #454545. Windows color (decimal): -5172688 or 3150513. OLE color: 3150513.

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

Color convert

RGB 177 18 48 -
CMYK 0 0.90 0.73 0.31
HSL 348.68º 0.82% 0.38% -
HSV(B) 348.68º 0.9% 0.69% -
XYZ 18.88 9.99 3.73 -
YUV 68.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 177 18 48 0 0.90 0.73 0.31 348.68 0.82 0.38
Hex B1 12 30 0 5A 49 1F 15D 52 26
Octal 261 22 60 0 132 111 37 535 122 46
Binary 10110001 10010 110000 0 1011010 1001001 11111 101011101 1010010 100110

Color Harmonies of #B11230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11230

Black with #B11230

Text Example


Text Example

White with #B11230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11230; }

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

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

background-color css

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

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

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

border-color css

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

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

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