Html Css Color HEX #B1112F Cardinal

📋 copy color: '#B1112F'

red 177 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #B1112F

Tints of Cardinal #B1112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 73.44%
G = 7.05%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1112F (or 0xB1112F) is known color: Cardinal. HEX triplet: B1, 11 and 2F. RGB value is (177,17,47). Sum of RGB (Red+Green+Blue) = 177+17+47=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1112F is #4EEED0. Grayscale: #444444. Windows color (decimal): -5172945 or 3084721. OLE color: 3084721.

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

Color convert

RGB 177 17 47 -
CMYK 0 0.90 0.73 0.31
HSL 348.75º 0.82% 0.38% -
HSV(B) 348.75º 0.9% 0.69% -
XYZ 18.85 9.95 3.62 -
YUV 68.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 177 17 47 0 0.90 0.73 0.31 348.75 0.82 0.38
Hex B1 11 2F 0 5A 49 1F 15D 52 26
Octal 261 21 57 0 132 111 37 535 122 46
Binary 10110001 10001 101111 0 1011010 1001001 11111 101011101 1010010 100110

Color Harmonies of #B1112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1112F

Black with #B1112F

Text Example


Text Example

White with #B1112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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