Html Css Color HEX #B7193A Cardinal

📋 copy color: '#B7193A'

red 183 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #B7193A

Tints of Cardinal #B7193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 68.8%
G = 9.4%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7193A (or 0xB7193A) is known color: Cardinal. HEX triplet: B7, 19 and 3A. RGB value is (183,25,58). Sum of RGB (Red+Green+Blue) = 183+25+58=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7193A is #48E6C5. Grayscale: #4C4C4C. Windows color (decimal): -4777670 or 3807671. OLE color: 3807671.

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

Color convert

RGB 183 25 58 -
CMYK 0 0.86 0.68 0.28
HSL 347.47º 0.76% 0.41% -
HSV(B) 347.47º 0.86% 0.72% -
XYZ 20.64 11.07 5.05 -
YUV 76 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 183 25 58 0 0.86 0.68 0.28 347.47 0.76 0.41
Hex B7 19 3A 0 56 44 1C 15B 4C 29
Octal 267 31 72 0 126 104 34 533 114 51
Binary 10110111 11001 111010 0 1010110 1000100 11100 101011011 1001100 101001

Color Harmonies of #B7193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7193A

Black with #B7193A

Text Example


Text Example

White with #B7193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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