Html Css Color HEX #B1142B Cardinal

📋 copy color: '#B1142B'

red 177 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B1142B

Tints of Cardinal #B1142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 73.75%
G = 8.33%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1142B (or 0xB1142B) is known color: Cardinal. HEX triplet: B1, 14 and 2B. RGB value is (177,20,43). Sum of RGB (Red+Green+Blue) = 177+20+43=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1142B is #4EEBD4. Grayscale: #454545. Windows color (decimal): -5172181 or 2823345. OLE color: 2823345.

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

Color convert

RGB 177 20 43 -
CMYK 0 0.89 0.76 0.31
HSL 351.21º 0.8% 0.39% -
HSV(B) 351.21º 0.89% 0.69% -
XYZ 18.82 10.02 3.23 -
YUV 69.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 177 20 43 0 0.89 0.76 0.31 351.21 0.8 0.39
Hex B1 14 2B 0 59 4C 1F 15F 50 27
Octal 261 24 53 0 131 114 37 537 120 47
Binary 10110001 10100 101011 0 1011001 1001100 11111 101011111 1010000 100111

Color Harmonies of #B1142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1142B

Black with #B1142B

Text Example


Text Example

White with #B1142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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