Html Css Color HEX #B1142D Cardinal

📋 copy color: '#B1142D'

red 177 ◦ green 20 ◦ blue 45

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

Shades of Cardinal #B1142D

Tints of Cardinal #B1142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 73.14%
G = 8.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1142D (or 0xB1142D) is known color: Cardinal. HEX triplet: B1, 14 and 2D. RGB value is (177,20,45). Sum of RGB (Red+Green+Blue) = 177+20+45=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1142D is #4EEBD2. Grayscale: #454545. Windows color (decimal): -5172179 or 2954417. OLE color: 2954417.

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

Color convert

RGB 177 20 45 -
CMYK 0 0.89 0.75 0.31
HSL 350.45º 0.8% 0.39% -
HSV(B) 350.45º 0.89% 0.69% -
XYZ 18.86 10.04 3.43 -
YUV 69.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 177 20 45 0 0.89 0.75 0.31 350.45 0.8 0.39
Hex B1 14 2D 0 59 4B 1F 15E 50 27
Octal 261 24 55 0 131 113 37 536 120 47
Binary 10110001 10100 101101 0 1011001 1001011 11111 101011110 1010000 100111

Color Harmonies of #B1142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1142D

Black with #B1142D

Text Example


Text Example

White with #B1142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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