Html Css Color HEX #C62520 Fire Brick

📋 copy color: '#C62520'

red 198 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #C62520

Tints of Fire Brick #C62520

RGB

 RED value IS 198 (77.73% from 255) = 74.16%

 GREEN value IS 37 (14.84% from 255) = 13.86%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 74.16%
G = 13.86%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C62520 (or 0xC62520) is known color: Fire Brick. HEX triplet: C6, 25 and 20. RGB value is (198,37,32). Sum of RGB (Red+Green+Blue) = 198+37+32=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62520 is #39DADF. Grayscale: #545454. Windows color (decimal): -3791584 or 2106822. OLE color: 2106822.

HSL color Cylindrical-coordinate representation of color #C62520: hue angle of 1.81º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62520 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 32 -
CMYK 0 0.81 0.84 0.22
HSL 1.81º 0.72% 0.45% -
HSV(B) 1.81º 0.84% 0.78% -
XYZ 24.21 13.43 2.68 -
YUV 84.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 198 37 32 0 0.81 0.84 0.22 1.81 0.72 0.45
Hex C6 25 20 0 51 54 16 2 48 2D
Octal 306 45 40 0 121 124 26 2 110 55
Binary 11000110 100101 100000 0 1010001 1010100 10110 10 1001000 101101

Color Harmonies of #C62520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62520

Black with #C62520

Text Example


Text Example

White with #C62520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62520; }

 p { color: rgb(198,37,32); }

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

background-color css

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

 a { background-color: rgb(198,37,32); }

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

border-color css

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

 span { border-color: rgb(198,37,32); }

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