Html Css Color HEX #B7152F Cardinal

📋 copy color: '#B7152F'

red 183 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #B7152F

Tints of Cardinal #B7152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 72.91%
G = 8.37%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7152F (or 0xB7152F) is known color: Cardinal. HEX triplet: B7, 15 and 2F. RGB value is (183,21,47). Sum of RGB (Red+Green+Blue) = 183+21+47=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152F is #48EAD0. Grayscale: #484848. Windows color (decimal): -4778705 or 3085751. OLE color: 3085751.

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

Color convert

RGB 183 21 47 -
CMYK 0 0.89 0.74 0.28
HSL 350.37º 0.79% 0.4% -
HSV(B) 350.37º 0.89% 0.72% -
XYZ 20.31 10.81 3.71 -
YUV 72.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 183 21 47 0 0.89 0.74 0.28 350.37 0.79 0.4
Hex B7 15 2F 0 59 4A 1C 15E 4F 28
Octal 267 25 57 0 131 112 34 536 117 50
Binary 10110111 10101 101111 0 1011001 1001010 11100 101011110 1001111 101000

Color Harmonies of #B7152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7152F

Black with #B7152F

Text Example


Text Example

White with #B7152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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