Html Css Color HEX #B7202A Cardinal

📋 copy color: '#B7202A'

red 183 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #B7202A

Tints of Cardinal #B7202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 71.21%
G = 12.45%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7202A (or 0xB7202A) is known color: Cardinal. HEX triplet: B7, 20 and 2A. RGB value is (183,32,42). Sum of RGB (Red+Green+Blue) = 183+32+42=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B7202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7202A is #48DFD5. Grayscale: #4E4E4E. Windows color (decimal): -4775894 or 2760887. OLE color: 2760887.

HSL color Cylindrical-coordinate representation of color #B7202A: hue angle of 356.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7202A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 42 -
CMYK 0 0.83 0.77 0.28
HSL 356.03º 0.7% 0.42% -
HSV(B) 356.03º 0.83% 0.72% -
XYZ 20.46 11.27 3.29 -
YUV 78.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 183 32 42 0 0.83 0.77 0.28 356.03 0.7 0.42
Hex B7 20 2A 0 53 4D 1C 164 46 2A
Octal 267 40 52 0 123 115 34 544 106 52
Binary 10110111 100000 101010 0 1010011 1001101 11100 101100100 1000110 101010

Color Harmonies of #B7202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7202A

Black with #B7202A

Text Example


Text Example

White with #B7202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7202A; }

 p { color: rgb(183,32,42); }

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

background-color css

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

 a { background-color: rgb(183,32,42); }

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

border-color css

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

 span { border-color: rgb(183,32,42); }

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