Html Css Color HEX #C32545 Brick Red

📋 copy color: '#C32545'

red 195 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #C32545

Tints of Brick Red #C32545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 64.78%
G = 12.29%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C32545 (or 0xC32545) is known color: Brick Red. HEX triplet: C3, 25 and 45. RGB value is (195,37,69). Sum of RGB (Red+Green+Blue) = 195+37+69=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32545 is #3CDABA. Grayscale: #575757. Windows color (decimal): -3988155 or 4531651. OLE color: 4531651.

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

Color convert

RGB 195 37 69 -
CMYK 0 0.81 0.65 0.24
HSL 347.85º 0.68% 0.45% -
HSV(B) 347.85º 0.81% 0.76% -
XYZ 24.24 13.35 6.93 -
YUV 87.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 195 37 69 0 0.81 0.65 0.24 347.85 0.68 0.45
Hex C3 25 45 0 51 41 18 15C 44 2D
Octal 303 45 105 0 121 101 30 534 104 55
Binary 11000011 100101 1000101 0 1010001 1000001 11000 101011100 1000100 101101

Color Harmonies of #C32545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32545

Black with #C32545

Text Example


Text Example

White with #C32545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32545; }

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

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

background-color css

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

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

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

border-color css

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

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

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