Html Css Color HEX #B1133C Cardinal

📋 copy color: '#B1133C'

red 177 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #B1133C

Tints of Cardinal #B1133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 69.14%
G = 7.42%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1133C (or 0xB1133C) is known color: Cardinal. HEX triplet: B1, 13 and 3C. RGB value is (177,19,60). Sum of RGB (Red+Green+Blue) = 177+19+60=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1133C is #4EECC3. Grayscale: #464646. Windows color (decimal): -5172420 or 3937201. OLE color: 3937201.

HSL color Cylindrical-coordinate representation of color #B1133C: hue angle of 344.43º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1133C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 60 -
CMYK 0 0.89 0.66 0.31
HSL 344.43º 0.81% 0.38% -
HSV(B) 344.43º 0.89% 0.69% -
XYZ 19.18 10.14 5.22 -
YUV 70.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 177 19 60 0 0.89 0.66 0.31 344.43 0.81 0.38
Hex B1 13 3C 0 59 42 1F 158 51 26
Octal 261 23 74 0 131 102 37 530 121 46
Binary 10110001 10011 111100 0 1011001 1000010 11111 101011000 1010001 100110

Color Harmonies of #B1133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1133C

Black with #B1133C

Text Example


Text Example

White with #B1133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1133C; }

 p { color: rgb(177,19,60); }

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

background-color css

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

 a { background-color: rgb(177,19,60); }

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

border-color css

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

 span { border-color: rgb(177,19,60); }

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