Html Css Color HEX #C62345 Brick Red

📋 copy color: '#C62345'

red 198 ◦ green 35 ◦ blue 69

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

Shades of Brick Red #C62345

Tints of Brick Red #C62345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 65.56%
G = 11.59%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62345 (or 0xC62345) is known color: Brick Red. HEX triplet: C6, 23 and 45. RGB value is (198,35,69). Sum of RGB (Red+Green+Blue) = 198+35+69=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62345 is #39DCBA. Grayscale: #575757. Windows color (decimal): -3792059 or 4531142. OLE color: 4531142.

HSL color Cylindrical-coordinate representation of color #C62345: hue angle of 347.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62345 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 69 -
CMYK 0 0.82 0.65 0.22
HSL 347.48º 0.7% 0.46% -
HSV(B) 347.48º 0.82% 0.78% -
XYZ 24.96 13.64 6.95 -
YUV 87.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 198 35 69 0 0.82 0.65 0.22 347.48 0.7 0.46
Hex C6 23 45 0 52 41 16 15B 46 2E
Octal 306 43 105 0 122 101 26 533 106 56
Binary 11000110 100011 1000101 0 1010010 1000001 10110 101011011 1000110 101110

Color Harmonies of #C62345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62345

Black with #C62345

Text Example


Text Example

White with #C62345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62345; }

 p { color: rgb(198,35,69); }

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

background-color css

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

 a { background-color: rgb(198,35,69); }

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

border-color css

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

 span { border-color: rgb(198,35,69); }

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