Html Css Color HEX #B11238 Cardinal

📋 copy color: '#B11238'

red 177 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #B11238

Tints of Cardinal #B11238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 70.52%
G = 7.17%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11238 (or 0xB11238) is known color: Cardinal. HEX triplet: B1, 12 and 38. RGB value is (177,18,56). Sum of RGB (Red+Green+Blue) = 177+18+56=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11238 is #4EEDC7. Grayscale: #454545. Windows color (decimal): -5172680 or 3674801. OLE color: 3674801.

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

Color convert

RGB 177 18 56 -
CMYK 0 0.90 0.68 0.31
HSL 345.66º 0.82% 0.38% -
HSV(B) 345.66º 0.9% 0.69% -
XYZ 19.06 10.07 4.68 -
YUV 69.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 177 18 56 0 0.90 0.68 0.31 345.66 0.82 0.38
Hex B1 12 38 0 5A 44 1F 15A 52 26
Octal 261 22 70 0 132 104 37 532 122 46
Binary 10110001 10010 111000 0 1011010 1000100 11111 101011010 1010010 100110

Color Harmonies of #B11238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11238

Black with #B11238

Text Example


Text Example

White with #B11238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11238; }

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

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

background-color css

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

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

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

border-color css

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

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

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