Html Css Color HEX #C34045 Brick Red

📋 copy color: '#C34045'

red 195 ◦ green 64 ◦ blue 69

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

Shades of Brick Red #C34045

Tints of Brick Red #C34045

RGB

 RED value IS 195 (76.56% from 255) = 59.45%

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 59.45%
G = 19.51%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34045 (or 0xC34045) is known color: Brick Red. HEX triplet: C3, 40 and 45. RGB value is (195,64,69). Sum of RGB (Red+Green+Blue) = 195+64+69=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34045 is #3CBFBA. Grayscale: #676767. Windows color (decimal): -3981243 or 4538563. OLE color: 4538563.

HSL color Cylindrical-coordinate representation of color #C34045: hue angle of 357.71º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34045 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 69 -
CMYK 0 0.67 0.65 0.24
HSL 357.71º 0.52% 0.51% -
HSV(B) 357.71º 0.67% 0.76% -
XYZ 25.41 15.7 7.32 -
YUV 103.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 195 64 69 0 0.67 0.65 0.24 357.71 0.52 0.51
Hex C3 40 45 0 43 41 18 166 34 33
Octal 303 100 105 0 103 101 30 546 64 63
Binary 11000011 1000000 1000101 0 1000011 1000001 11000 101100110 110100 110011

Color Harmonies of #C34045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34045

Black with #C34045

Text Example


Text Example

White with #C34045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34045; }

 p { color: rgb(195,64,69); }

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

background-color css

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

 a { background-color: rgb(195,64,69); }

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

border-color css

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

 span { border-color: rgb(195,64,69); }

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