Html Css Color HEX #B7152B Cardinal

📋 copy color: '#B7152B'

red 183 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #B7152B

Tints of Cardinal #B7152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 74.09%
G = 8.5%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7152B (or 0xB7152B) is known color: Cardinal. HEX triplet: B7, 15 and 2B. RGB value is (183,21,43). Sum of RGB (Red+Green+Blue) = 183+21+43=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152B is #48EAD4. Grayscale: #484848. Windows color (decimal): -4778709 or 2823607. OLE color: 2823607.

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

Color convert

RGB 183 21 43 -
CMYK 0 0.89 0.77 0.28
HSL 351.85º 0.79% 0.4% -
HSV(B) 351.85º 0.89% 0.72% -
XYZ 20.23 10.78 3.3 -
YUV 71.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 183 21 43 0 0.89 0.77 0.28 351.85 0.79 0.4
Hex B7 15 2B 0 59 4D 1C 160 4F 28
Octal 267 25 53 0 131 115 34 540 117 50
Binary 10110111 10101 101011 0 1011001 1001101 11100 101100000 1001111 101000

Color Harmonies of #B7152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7152B

Black with #B7152B

Text Example


Text Example

White with #B7152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7152B; }

 p { color: rgb(183,21,43); }

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

background-color css

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

 a { background-color: rgb(183,21,43); }

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

border-color css

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

 span { border-color: rgb(183,21,43); }

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