Html Css Color HEX #C34448 Brick Red

📋 copy color: '#C34448'

red 195 ◦ green 68 ◦ blue 72

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

Shades of Brick Red #C34448

Tints of Brick Red #C34448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 58.21%
G = 20.3%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C34448 (or 0xC34448) is known color: Brick Red. HEX triplet: C3, 44 and 48. RGB value is (195,68,72). Sum of RGB (Red+Green+Blue) = 195+68+72=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34448 is #3CBBB7. Grayscale: #6A6A6A. Windows color (decimal): -3980216 or 4736195. OLE color: 4736195.

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

Color convert

RGB 195 68 72 -
CMYK 0 0.65 0.63 0.24
HSL 358.11º 0.51% 0.52% -
HSV(B) 358.11º 0.65% 0.76% -
XYZ 25.74 16.2 7.9 -
YUV 106.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 195 68 72 0 0.65 0.63 0.24 358.11 0.51 0.52
Hex C3 44 48 0 41 3F 18 166 33 34
Octal 303 104 110 0 101 77 30 546 63 64
Binary 11000011 1000100 1001000 0 1000001 111111 11000 101100110 110011 110100

Color Harmonies of #C34448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34448

Black with #C34448

Text Example


Text Example

White with #C34448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34448; }

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

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

background-color css

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

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

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

border-color css

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

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

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