Html Css Color HEX #B4142B Cardinal

📋 copy color: '#B4142B'

red 180 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B4142B

Tints of Cardinal #B4142B

RGB

 RED value IS 180 (70.7% from 255) = 74.07%

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

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

R = 74.07%
G = 8.23%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4142B (or 0xB4142B) is known color: Cardinal. HEX triplet: B4, 14 and 2B. RGB value is (180,20,43). Sum of RGB (Red+Green+Blue) = 180+20+43=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4142B is #4BEBD4. Grayscale: #464646. Windows color (decimal): -4975573 or 2823348. OLE color: 2823348.

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

Color convert

RGB 180 20 43 -
CMYK 0 0.89 0.76 0.29
HSL 351.38º 0.8% 0.39% -
HSV(B) 351.38º 0.89% 0.71% -
XYZ 19.51 10.38 3.26 -
YUV 70.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 180 20 43 0 0.89 0.76 0.29 351.38 0.8 0.39
Hex B4 14 2B 0 59 4C 1D 15F 50 27
Octal 264 24 53 0 131 114 35 537 120 47
Binary 10110100 10100 101011 0 1011001 1001100 11101 101011111 1010000 100111

Color Harmonies of #B4142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4142B

Black with #B4142B

Text Example


Text Example

White with #B4142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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