Html Css Color HEX #C34048 Brick Red

📋 copy color: '#C34048'

red 195 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #C34048

Tints of Brick Red #C34048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 58.91%
G = 19.34%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C34048 (or 0xC34048) is known color: Brick Red. HEX triplet: C3, 40 and 48. RGB value is (195,64,72). Sum of RGB (Red+Green+Blue) = 195+64+72=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34048 is #3CBFB7. Grayscale: #686868. Windows color (decimal): -3981240 or 4735171. OLE color: 4735171.

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

Color convert

RGB 195 64 72 -
CMYK 0 0.67 0.63 0.24
HSL 356.34º 0.52% 0.51% -
HSV(B) 356.34º 0.67% 0.76% -
XYZ 25.51 15.74 7.82 -
YUV 104.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 195 64 72 0 0.67 0.63 0.24 356.34 0.52 0.51
Hex C3 40 48 0 43 3F 18 164 34 33
Octal 303 100 110 0 103 77 30 544 64 63
Binary 11000011 1000000 1001000 0 1000011 111111 11000 101100100 110100 110011

Color Harmonies of #C34048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34048

Black with #C34048

Text Example


Text Example

White with #C34048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34048; }

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

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

background-color css

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

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

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

border-color css

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

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

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