Html Css Color HEX #B1143E Cardinal

📋 copy color: '#B1143E'

red 177 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #B1143E

Tints of Cardinal #B1143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 68.34%
G = 7.72%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1143E (or 0xB1143E) is known color: Cardinal. HEX triplet: B1, 14 and 3E. RGB value is (177,20,62). Sum of RGB (Red+Green+Blue) = 177+20+62=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1143E is #4EEBC1. Grayscale: #474747. Windows color (decimal): -5172162 or 4068529. OLE color: 4068529.

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

Color convert

RGB 177 20 62 -
CMYK 0 0.89 0.65 0.31
HSL 343.95º 0.8% 0.39% -
HSV(B) 343.95º 0.89% 0.69% -
XYZ 19.25 10.2 5.51 -
YUV 71.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 177 20 62 0 0.89 0.65 0.31 343.95 0.8 0.39
Hex B1 14 3E 0 59 41 1F 158 50 27
Octal 261 24 76 0 131 101 37 530 120 47
Binary 10110001 10100 111110 0 1011001 1000001 11111 101011000 1010000 100111

Color Harmonies of #B1143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1143E

Black with #B1143E

Text Example


Text Example

White with #B1143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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