Html Css Color HEX #B11338 Cardinal

📋 copy color: '#B11338'

red 177 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #B11338

Tints of Cardinal #B11338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 70.24%
G = 7.54%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11338 (or 0xB11338) is known color: Cardinal. HEX triplet: B1, 13 and 38. RGB value is (177,19,56). Sum of RGB (Red+Green+Blue) = 177+19+56=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11338 is #4EECC7. Grayscale: #464646. Windows color (decimal): -5172424 or 3675057. OLE color: 3675057.

HSL color Cylindrical-coordinate representation of color #B11338: hue angle of 345.95º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11338 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 56 -
CMYK 0 0.89 0.68 0.31
HSL 345.95º 0.81% 0.38% -
HSV(B) 345.95º 0.89% 0.69% -
XYZ 19.08 10.1 4.69 -
YUV 70.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 177 19 56 0 0.89 0.68 0.31 345.95 0.81 0.38
Hex B1 13 38 0 59 44 1F 15A 51 26
Octal 261 23 70 0 131 104 37 532 121 46
Binary 10110001 10011 111000 0 1011001 1000100 11111 101011010 1010001 100110

Color Harmonies of #B11338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11338

Black with #B11338

Text Example


Text Example

White with #B11338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11338; }

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

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

background-color css

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

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

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

border-color css

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

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

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