Html Css Color HEX #B7292F Cardinal

📋 copy color: '#B7292F'

red 183 ◦ green 41 ◦ blue 47

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

Shades of Cardinal #B7292F

Tints of Cardinal #B7292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 67.53%
G = 15.13%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7292F (or 0xB7292F) is known color: Cardinal. HEX triplet: B7, 29 and 2F. RGB value is (183,41,47). Sum of RGB (Red+Green+Blue) = 183+41+47=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292F is #48D6D0. Grayscale: #545454. Windows color (decimal): -4773585 or 3090871. OLE color: 3090871.

HSL color Cylindrical-coordinate representation of color #B7292F: hue angle of 357.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7292F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 47 -
CMYK 0 0.78 0.74 0.28
HSL 357.46º 0.63% 0.44% -
HSV(B) 357.46º 0.78% 0.72% -
XYZ 20.83 11.86 3.88 -
YUV 84.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 183 41 47 0 0.78 0.74 0.28 357.46 0.63 0.44
Hex B7 29 2F 0 4E 4A 1C 165 3F 2C
Octal 267 51 57 0 116 112 34 545 77 54
Binary 10110111 101001 101111 0 1001110 1001010 11100 101100101 111111 101100

Color Harmonies of #B7292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7292F

Black with #B7292F

Text Example


Text Example

White with #B7292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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