Html Css Color HEX #C32A41 Brick Red

📋 copy color: '#C32A41'

red 195 ◦ green 42 ◦ blue 65

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

Shades of Brick Red #C32A41

Tints of Brick Red #C32A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 64.57%
G = 13.91%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C32A41 (or 0xC32A41) is known color: Brick Red. HEX triplet: C3, 2A and 41. RGB value is (195,42,65). Sum of RGB (Red+Green+Blue) = 195+42+65=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A41 is #3CD5BE. Grayscale: #5A5A5A. Windows color (decimal): -3986879 or 4270787. OLE color: 4270787.

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

Color convert

RGB 195 42 65 -
CMYK 0 0.78 0.67 0.24
HSL 350.98º 0.65% 0.46% -
HSV(B) 350.98º 0.78% 0.76% -
XYZ 24.29 13.64 6.35 -
YUV 90.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 195 42 65 0 0.78 0.67 0.24 350.98 0.65 0.46
Hex C3 2A 41 0 4E 43 18 15F 41 2E
Octal 303 52 101 0 116 103 30 537 101 56
Binary 11000011 101010 1000001 0 1001110 1000011 11000 101011111 1000001 101110

Color Harmonies of #C32A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A41

Black with #C32A41

Text Example


Text Example

White with #C32A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A41; }

 p { color: rgb(195,42,65); }

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

background-color css

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

 a { background-color: rgb(195,42,65); }

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

border-color css

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

 span { border-color: rgb(195,42,65); }

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