Html Css Color HEX #C3323E Brick Red

📋 copy color: '#C3323E'

red 195 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #C3323E

Tints of Brick Red #C3323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 63.52%
G = 16.29%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3323E (or 0xC3323E) is known color: Brick Red. HEX triplet: C3, 32 and 3E. RGB value is (195,50,62). Sum of RGB (Red+Green+Blue) = 195+50+62=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3323E is #3CCDC1. Grayscale: #5E5E5E. Windows color (decimal): -3984834 or 4076227. OLE color: 4076227.

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

Color convert

RGB 195 50 62 -
CMYK 0 0.74 0.68 0.24
HSL 355.03º 0.59% 0.48% -
HSV(B) 355.03º 0.74% 0.76% -
XYZ 24.52 14.23 6.01 -
YUV 94.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 195 50 62 0 0.74 0.68 0.24 355.03 0.59 0.48
Hex C3 32 3E 0 4A 44 18 163 3B 30
Octal 303 62 76 0 112 104 30 543 73 60
Binary 11000011 110010 111110 0 1001010 1000100 11000 101100011 111011 110000

Color Harmonies of #C3323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3323E

Black with #C3323E

Text Example


Text Example

White with #C3323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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