Html Css Color HEX #B1113E Cardinal

📋 copy color: '#B1113E'

red 177 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #B1113E

Tints of Cardinal #B1113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 69.14%
G = 6.64%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1113E (or 0xB1113E) is known color: Cardinal. HEX triplet: B1, 11 and 3E. RGB value is (177,17,62). Sum of RGB (Red+Green+Blue) = 177+17+62=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113E is #4EEEC1. Grayscale: #454545. Windows color (decimal): -5172930 or 4067761. OLE color: 4067761.

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

Color convert

RGB 177 17 62 -
CMYK 0 0.90 0.65 0.31
HSL 343.13º 0.82% 0.38% -
HSV(B) 343.13º 0.9% 0.69% -
XYZ 19.2 10.1 5.49 -
YUV 69.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 177 17 62 0 0.90 0.65 0.31 343.13 0.82 0.38
Hex B1 11 3E 0 5A 41 1F 157 52 26
Octal 261 21 76 0 132 101 37 527 122 46
Binary 10110001 10001 111110 0 1011010 1000001 11111 101010111 1010010 100110

Color Harmonies of #B1113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1113E

Black with #B1113E

Text Example


Text Example

White with #B1113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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