Html Css Color HEX #C32845 Brick Red

📋 copy color: '#C32845'

red 195 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #C32845

Tints of Brick Red #C32845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

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

R = 64.14%
G = 13.16%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C32845 (or 0xC32845) is known color: Brick Red. HEX triplet: C3, 28 and 45. RGB value is (195,40,69). Sum of RGB (Red+Green+Blue) = 195+40+69=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32845 is #3CD7BA. Grayscale: #595959. Windows color (decimal): -3987387 or 4532419. OLE color: 4532419.

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

Color convert

RGB 195 40 69 -
CMYK 0 0.79 0.65 0.24
HSL 348.77º 0.66% 0.46% -
HSV(B) 348.77º 0.79% 0.76% -
XYZ 24.34 13.55 6.96 -
YUV 89.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 195 40 69 0 0.79 0.65 0.24 348.77 0.66 0.46
Hex C3 28 45 0 4F 41 18 15D 42 2E
Octal 303 50 105 0 117 101 30 535 102 56
Binary 11000011 101000 1000101 0 1001111 1000001 11000 101011101 1000010 101110

Color Harmonies of #C32845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32845

Black with #C32845

Text Example


Text Example

White with #C32845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32845; }

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

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

background-color css

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

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

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

border-color css

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

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

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