Html Css Color HEX #B1142A Cardinal

📋 copy color: '#B1142A'

red 177 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #B1142A

Tints of Cardinal #B1142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 74.06%
G = 8.37%
B = 17.57%

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

#B1142A (or 0xB1142A) is known color: Cardinal. HEX triplet: B1, 14 and 2A. RGB value is (177,20,42). Sum of RGB (Red+Green+Blue) = 177+20+42=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1142A is #4EEBD5. Grayscale: #454545. Windows color (decimal): -5172182 or 2757809. OLE color: 2757809.

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

Color convert

RGB 177 20 42 -
CMYK 0 0.89 0.76 0.31
HSL 351.59º 0.8% 0.39% -
HSV(B) 351.59º 0.89% 0.69% -
XYZ 18.8 10.01 3.13 -
YUV 69.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 177 20 42 0 0.89 0.76 0.31 351.59 0.8 0.39
Hex B1 14 2A 0 59 4C 1F 160 50 27
Octal 261 24 52 0 131 114 37 540 120 47
Binary 10110001 10100 101010 0 1011001 1001100 11111 101100000 1010000 100111

Color Harmonies of #B1142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1142A

Black with #B1142A

Text Example


Text Example

White with #B1142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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