Html Css Color HEX #B01138 Cardinal

📋 copy color: '#B01138'

red 176 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #B01138

Tints of Cardinal #B01138

RGB

 RED value IS 176 (69.14% from 255) = 70.68%

 GREEN value IS 17 (7.03% from 255) = 6.83%

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

R = 70.68%
G = 6.83%
B = 22.49%

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

#B01138 (or 0xB01138) is known color: Cardinal. HEX triplet: B0, 11 and 38. RGB value is (176,17,56). Sum of RGB (Red+Green+Blue) = 176+17+56=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B01138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01138 is #4FEEC7. Grayscale: #444444. Windows color (decimal): -5238472 or 3674544. OLE color: 3674544.

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

Color convert

RGB 176 17 56 -
CMYK 0 0.90 0.68 0.31
HSL 345.28º 0.82% 0.38% -
HSV(B) 345.28º 0.9% 0.69% -
XYZ 18.82 9.92 4.66 -
YUV 68.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 176 17 56 0 0.90 0.68 0.31 345.28 0.82 0.38
Hex B0 11 38 0 5A 44 1F 159 52 26
Octal 260 21 70 0 132 104 37 531 122 46
Binary 10110000 10001 111000 0 1011010 1000100 11111 101011001 1010010 100110

Color Harmonies of #B01138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01138

Black with #B01138

Text Example


Text Example

White with #B01138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01138; }

 p { color: rgb(176,17,56); }

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

background-color css

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

 a { background-color: rgb(176,17,56); }

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

border-color css

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

 span { border-color: rgb(176,17,56); }

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