Html Css Color HEX #B1113A Cardinal

📋 copy color: '#B1113A'

red 177 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #B1113A

Tints of Cardinal #B1113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 70.24%
G = 6.75%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1113A (or 0xB1113A) is known color: Cardinal. HEX triplet: B1, 11 and 3A. RGB value is (177,17,58). Sum of RGB (Red+Green+Blue) = 177+17+58=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113A is #4EEEC5. Grayscale: #454545. Windows color (decimal): -5172934 or 3805617. OLE color: 3805617.

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

Color convert

RGB 177 17 58 -
CMYK 0 0.90 0.67 0.31
HSL 344.63º 0.82% 0.38% -
HSV(B) 344.63º 0.9% 0.69% -
XYZ 19.1 10.05 4.94 -
YUV 69.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 177 17 58 0 0.90 0.67 0.31 344.63 0.82 0.38
Hex B1 11 3A 0 5A 43 1F 159 52 26
Octal 261 21 72 0 132 103 37 531 122 46
Binary 10110001 10001 111010 0 1011010 1000011 11111 101011001 1010010 100110

Color Harmonies of #B1113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1113A

Black with #B1113A

Text Example


Text Example

White with #B1113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1113A; }

 p { color: rgb(177,17,58); }

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

background-color css

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

 a { background-color: rgb(177,17,58); }

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

border-color css

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

 span { border-color: rgb(177,17,58); }

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