Html Css Color HEX #B7143A Cardinal

📋 copy color: '#B7143A'

red 183 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #B7143A

Tints of Cardinal #B7143A

RGB

 RED value IS 183 (71.88% from 255) = 70.11%

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 70.11%
G = 7.66%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7143A (or 0xB7143A) is known color: Cardinal. HEX triplet: B7, 14 and 3A. RGB value is (183,20,58). Sum of RGB (Red+Green+Blue) = 183+20+58=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7143A is #48EBC5. Grayscale: #494949. Windows color (decimal): -4778950 or 3806391. OLE color: 3806391.

HSL color Cylindrical-coordinate representation of color #B7143A: hue angle of 346.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7143A is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 58 -
CMYK 0 0.89 0.68 0.28
HSL 346.01º 0.8% 0.4% -
HSV(B) 346.01º 0.89% 0.72% -
XYZ 20.54 10.87 5.02 -
YUV 73.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 183 20 58 0 0.89 0.68 0.28 346.01 0.8 0.4
Hex B7 14 3A 0 59 44 1C 15A 50 28
Octal 267 24 72 0 131 104 34 532 120 50
Binary 10110111 10100 111010 0 1011001 1000100 11100 101011010 1010000 101000

Color Harmonies of #B7143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7143A

Black with #B7143A

Text Example


Text Example

White with #B7143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7143A; }

 p { color: rgb(183,20,58); }

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

background-color css

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

 a { background-color: rgb(183,20,58); }

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

border-color css

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

 span { border-color: rgb(183,20,58); }

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