Html Css Color HEX #B1113B Cardinal

📋 copy color: '#B1113B'

red 177 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #B1113B

Tints of Cardinal #B1113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 69.96%
G = 6.72%
B = 23.32%

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

#B1113B (or 0xB1113B) is known color: Cardinal. HEX triplet: B1, 11 and 3B. RGB value is (177,17,59). Sum of RGB (Red+Green+Blue) = 177+17+59=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113B is #4EEEC4. Grayscale: #454545. Windows color (decimal): -5172933 or 3871153. OLE color: 3871153.

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

Color convert

RGB 177 17 59 -
CMYK 0 0.90 0.67 0.31
HSL 344.25º 0.82% 0.38% -
HSV(B) 344.25º 0.9% 0.69% -
XYZ 19.12 10.06 5.07 -
YUV 69.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 177 17 59 0 0.90 0.67 0.31 344.25 0.82 0.38
Hex B1 11 3B 0 5A 43 1F 158 52 26
Octal 261 21 73 0 132 103 37 530 122 46
Binary 10110001 10001 111011 0 1011010 1000011 11111 101011000 1010010 100110

Color Harmonies of #B1113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1113B

Black with #B1113B

Text Example


Text Example

White with #B1113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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