Html Css Color HEX #B7152C Cardinal

📋 copy color: '#B7152C'

red 183 ◦ green 21 ◦ blue 44

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

Shades of Cardinal #B7152C

Tints of Cardinal #B7152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 73.79%
G = 8.47%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7152C (or 0xB7152C) is known color: Cardinal. HEX triplet: B7, 15 and 2C. RGB value is (183,21,44). Sum of RGB (Red+Green+Blue) = 183+21+44=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152C is #48EAD3. Grayscale: #484848. Windows color (decimal): -4778708 or 2889143. OLE color: 2889143.

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

Color convert

RGB 183 21 44 -
CMYK 0 0.89 0.76 0.28
HSL 351.48º 0.79% 0.4% -
HSV(B) 351.48º 0.89% 0.72% -
XYZ 20.25 10.79 3.4 -
YUV 72.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 183 21 44 0 0.89 0.76 0.28 351.48 0.79 0.4
Hex B7 15 2C 0 59 4C 1C 15F 4F 28
Octal 267 25 54 0 131 114 34 537 117 50
Binary 10110111 10101 101100 0 1011001 1001100 11100 101011111 1001111 101000

Color Harmonies of #B7152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7152C

Black with #B7152C

Text Example


Text Example

White with #B7152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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