Html Css Color HEX #C32C3E Brick Red

📋 copy color: '#C32C3E'

red 195 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #C32C3E

Tints of Brick Red #C32C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 64.78%
G = 14.62%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C32C3E (or 0xC32C3E) is known color: Brick Red. HEX triplet: C3, 2C and 3E. RGB value is (195,44,62). Sum of RGB (Red+Green+Blue) = 195+44+62=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C3E is #3CD3C1. Grayscale: #5B5B5B. Windows color (decimal): -3986370 or 4074691. OLE color: 4074691.

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

Color convert

RGB 195 44 62 -
CMYK 0 0.77 0.68 0.24
HSL 352.85º 0.63% 0.47% -
HSV(B) 352.85º 0.77% 0.76% -
XYZ 24.28 13.75 5.93 -
YUV 91.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 195 44 62 0 0.77 0.68 0.24 352.85 0.63 0.47
Hex C3 2C 3E 0 4D 44 18 161 3F 2F
Octal 303 54 76 0 115 104 30 541 77 57
Binary 11000011 101100 111110 0 1001101 1000100 11000 101100001 111111 101111

Color Harmonies of #C32C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C3E

Black with #C32C3E

Text Example


Text Example

White with #C32C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C3E; }

 p { color: rgb(195,44,62); }

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

background-color css

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

 a { background-color: rgb(195,44,62); }

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

border-color css

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

 span { border-color: rgb(195,44,62); }

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