Html Css Color HEX #C62D3B Brick Red

📋 copy color: '#C62D3B'

red 198 ◦ green 45 ◦ blue 59

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

Shades of Brick Red #C62D3B

Tints of Brick Red #C62D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 65.56%
G = 14.9%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C62D3B (or 0xC62D3B) is known color: Brick Red. HEX triplet: C6, 2D and 3B. RGB value is (198,45,59). Sum of RGB (Red+Green+Blue) = 198+45+59=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D3B is #39D2C4. Grayscale: #5C5C5C. Windows color (decimal): -3789509 or 3878342. OLE color: 3878342.

HSL color Cylindrical-coordinate representation of color #C62D3B: hue angle of 354.51º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62D3B is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 45 59 -
CMYK 0 0.77 0.70 0.22
HSL 354.51º 0.63% 0.48% -
HSV(B) 354.51º 0.77% 0.78% -
XYZ 25.02 14.2 5.56 -
YUV 92.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 198 45 59 0 0.77 0.70 0.22 354.51 0.63 0.48
Hex C6 2D 3B 0 4D 46 16 163 3F 30
Octal 306 55 73 0 115 106 26 543 77 60
Binary 11000110 101101 111011 0 1001101 1000110 10110 101100011 111111 110000

Color Harmonies of #C62D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D3B

Black with #C62D3B

Text Example


Text Example

White with #C62D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D3B; }

 p { color: rgb(198,45,59); }

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

background-color css

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

 a { background-color: rgb(198,45,59); }

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

border-color css

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

 span { border-color: rgb(198,45,59); }

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