Html Css Color HEX #B7202F Cardinal

📋 copy color: '#B7202F'

red 183 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #B7202F

Tints of Cardinal #B7202F

RGB

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

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

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

R = 69.85%
G = 12.21%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7202F (or 0xB7202F) is known color: Cardinal. HEX triplet: B7, 20 and 2F. RGB value is (183,32,47). Sum of RGB (Red+Green+Blue) = 183+32+47=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7202F is #48DFD0. Grayscale: #4E4E4E. Windows color (decimal): -4775889 or 3088567. OLE color: 3088567.

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

Color convert

RGB 183 32 47 -
CMYK 0 0.83 0.74 0.28
HSL 354.04º 0.7% 0.42% -
HSV(B) 354.04º 0.83% 0.72% -
XYZ 20.56 11.31 3.79 -
YUV 78.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 183 32 47 0 0.83 0.74 0.28 354.04 0.7 0.42
Hex B7 20 2F 0 53 4A 1C 162 46 2A
Octal 267 40 57 0 123 112 34 542 106 52
Binary 10110111 100000 101111 0 1010011 1001010 11100 101100010 1000110 101010

Color Harmonies of #B7202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7202F

Black with #B7202F

Text Example


Text Example

White with #B7202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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