Html Css Color HEX #B7192C Cardinal

📋 copy color: '#B7192C'

red 183 ◦ green 25 ◦ blue 44

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

Shades of Cardinal #B7192C

Tints of Cardinal #B7192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 72.62%
G = 9.92%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7192C (or 0xB7192C) is known color: Cardinal. HEX triplet: B7, 19 and 2C. RGB value is (183,25,44). Sum of RGB (Red+Green+Blue) = 183+25+44=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192C is #48E6D3. Grayscale: #4A4A4A. Windows color (decimal): -4777684 or 2890167. OLE color: 2890167.

HSL color Cylindrical-coordinate representation of color #B7192C: hue angle of 352.78º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7192C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 44 -
CMYK 0 0.86 0.76 0.28
HSL 352.78º 0.76% 0.41% -
HSV(B) 352.78º 0.86% 0.72% -
XYZ 20.33 10.94 3.42 -
YUV 74.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 183 25 44 0 0.86 0.76 0.28 352.78 0.76 0.41
Hex B7 19 2C 0 56 4C 1C 161 4C 29
Octal 267 31 54 0 126 114 34 541 114 51
Binary 10110111 11001 101100 0 1010110 1001100 11100 101100001 1001100 101001

Color Harmonies of #B7192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7192C

Black with #B7192C

Text Example


Text Example

White with #B7192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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