Html Css Color HEX #B7124A Cardinal

📋 copy color: '#B7124A'

red 183 ◦ green 18 ◦ blue 74

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

Shades of Cardinal #B7124A

Tints of Cardinal #B7124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 66.55%
G = 6.55%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7124A (or 0xB7124A) is known color: Cardinal. HEX triplet: B7, 12 and 4A. RGB value is (183,18,74). Sum of RGB (Red+Green+Blue) = 183+18+74=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7124A is #48EDB5. Grayscale: #494949. Windows color (decimal): -4779446 or 4854455. OLE color: 4854455.

HSL color Cylindrical-coordinate representation of color #B7124A: hue angle of 339.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7124A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 74 -
CMYK 0 0.90 0.60 0.28
HSL 339.64º 0.82% 0.39% -
HSV(B) 339.64º 0.9% 0.72% -
XYZ 20.98 10.99 7.49 -
YUV 73.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 183 18 74 0 0.90 0.60 0.28 339.64 0.82 0.39
Hex B7 12 4A 0 5A 3C 1C 154 52 27
Octal 267 22 112 0 132 74 34 524 122 47
Binary 10110111 10010 1001010 0 1011010 111100 11100 101010100 1010010 100111

Color Harmonies of #B7124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7124A

Black with #B7124A

Text Example


Text Example

White with #B7124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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