Html Css Color HEX #B7144A Cardinal

📋 copy color: '#B7144A'

red 183 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #B7144A

Tints of Cardinal #B7144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 66.06%
G = 7.22%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7144A (or 0xB7144A) is known color: Cardinal. HEX triplet: B7, 14 and 4A. RGB value is (183,20,74). Sum of RGB (Red+Green+Blue) = 183+20+74=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7144A is #48EBB5. Grayscale: #4A4A4A. Windows color (decimal): -4778934 or 4854967. OLE color: 4854967.

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

Color convert

RGB 183 20 74 -
CMYK 0 0.89 0.60 0.28
HSL 340.12º 0.8% 0.4% -
HSV(B) 340.12º 0.89% 0.72% -
XYZ 21.01 11.06 7.51 -
YUV 74.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 183 20 74 0 0.89 0.60 0.28 340.12 0.8 0.4
Hex B7 14 4A 0 59 3C 1C 154 50 28
Octal 267 24 112 0 131 74 34 524 120 50
Binary 10110111 10100 1001010 0 1011001 111100 11100 101010100 1010000 101000

Color Harmonies of #B7144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7144A

Black with #B7144A

Text Example


Text Example

White with #B7144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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