Html Css Color HEX #B7152E Cardinal

📋 copy color: '#B7152E'

red 183 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #B7152E

Tints of Cardinal #B7152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 73.2%
G = 8.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7152E (or 0xB7152E) is known color: Cardinal. HEX triplet: B7, 15 and 2E. RGB value is (183,21,46). Sum of RGB (Red+Green+Blue) = 183+21+46=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152E is #48EAD1. Grayscale: #484848. Windows color (decimal): -4778706 or 3020215. OLE color: 3020215.

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

Color convert

RGB 183 21 46 -
CMYK 0 0.89 0.75 0.28
HSL 350.74º 0.79% 0.4% -
HSV(B) 350.74º 0.89% 0.72% -
XYZ 20.29 10.8 3.6 -
YUV 72.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 183 21 46 0 0.89 0.75 0.28 350.74 0.79 0.4
Hex B7 15 2E 0 59 4B 1C 15F 4F 28
Octal 267 25 56 0 131 113 34 537 117 50
Binary 10110111 10101 101110 0 1011001 1001011 11100 101011111 1001111 101000

Color Harmonies of #B7152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7152E

Black with #B7152E

Text Example


Text Example

White with #B7152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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