Html Css Color HEX #B7152D Cardinal

📋 copy color: '#B7152D'

red 183 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #B7152D

Tints of Cardinal #B7152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 73.49%
G = 8.43%
B = 18.07%

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

#B7152D (or 0xB7152D) is known color: Cardinal. HEX triplet: B7, 15 and 2D. RGB value is (183,21,45). Sum of RGB (Red+Green+Blue) = 183+21+45=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152D is #48EAD2. Grayscale: #484848. Windows color (decimal): -4778707 or 2954679. OLE color: 2954679.

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

Color convert

RGB 183 21 45 -
CMYK 0 0.89 0.75 0.28
HSL 351.11º 0.79% 0.4% -
HSV(B) 351.11º 0.89% 0.72% -
XYZ 20.27 10.79 3.5 -
YUV 72.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 183 21 45 0 0.89 0.75 0.28 351.11 0.79 0.4
Hex B7 15 2D 0 59 4B 1C 15F 4F 28
Octal 267 25 55 0 131 113 34 537 117 50
Binary 10110111 10101 101101 0 1011001 1001011 11100 101011111 1001111 101000

Color Harmonies of #B7152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7152D

Black with #B7152D

Text Example


Text Example

White with #B7152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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