Html Css Color HEX #C62A3E Brick Red

📋 copy color: '#C62A3E'

red 198 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #C62A3E

Tints of Brick Red #C62A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 65.56%
G = 13.91%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C62A3E (or 0xC62A3E) is known color: Brick Red. HEX triplet: C6, 2A and 3E. RGB value is (198,42,62). Sum of RGB (Red+Green+Blue) = 198+42+62=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A3E is #39D5C1. Grayscale: #5B5B5B. Windows color (decimal): -3790274 or 4074182. OLE color: 4074182.

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

Color convert

RGB 198 42 62 -
CMYK 0 0.79 0.69 0.22
HSL 352.31º 0.65% 0.47% -
HSV(B) 352.31º 0.79% 0.78% -
XYZ 24.99 14.01 5.94 -
YUV 90.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 198 42 62 0 0.79 0.69 0.22 352.31 0.65 0.47
Hex C6 2A 3E 0 4F 45 16 160 41 2F
Octal 306 52 76 0 117 105 26 540 101 57
Binary 11000110 101010 111110 0 1001111 1000101 10110 101100000 1000001 101111

Color Harmonies of #C62A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A3E

Black with #C62A3E

Text Example


Text Example

White with #C62A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A3E; }

 p { color: rgb(198,42,62); }

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

background-color css

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

 a { background-color: rgb(198,42,62); }

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

border-color css

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

 span { border-color: rgb(198,42,62); }

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