Html Css Color HEX #C34046 Brick Red

📋 copy color: '#C34046'

red 195 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #C34046

Tints of Brick Red #C34046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 59.27%
G = 19.45%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C34046 (or 0xC34046) is known color: Brick Red. HEX triplet: C3, 40 and 46. RGB value is (195,64,70). Sum of RGB (Red+Green+Blue) = 195+64+70=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34046 is #3CBFB9. Grayscale: #676767. Windows color (decimal): -3981242 or 4604099. OLE color: 4604099.

HSL color Cylindrical-coordinate representation of color #C34046: hue angle of 357.25º 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 #C34046 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 70 -
CMYK 0 0.67 0.64 0.24
HSL 357.25º 0.52% 0.51% -
HSV(B) 357.25º 0.67% 0.76% -
XYZ 25.44 15.71 7.49 -
YUV 103.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 195 64 70 0 0.67 0.64 0.24 357.25 0.52 0.51
Hex C3 40 46 0 43 40 18 165 34 33
Octal 303 100 106 0 103 100 30 545 64 63
Binary 11000011 1000000 1000110 0 1000011 1000000 11000 101100101 110100 110011

Color Harmonies of #C34046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34046

Black with #C34046

Text Example


Text Example

White with #C34046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34046; }

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

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

background-color css

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

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

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

border-color css

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

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

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