Html Css Color HEX #C33044 Brick Red

📋 copy color: '#C33044'

red 195 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #C33044

Tints of Brick Red #C33044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 62.7%
G = 15.43%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33044 (or 0xC33044) is known color: Brick Red. HEX triplet: C3, 30 and 44. RGB value is (195,48,68). Sum of RGB (Red+Green+Blue) = 195+48+68=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33044 is #3CCFBB. Grayscale: #5E5E5E. Windows color (decimal): -3985340 or 4468931. OLE color: 4468931.

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

Color convert

RGB 195 48 68 -
CMYK 0 0.75 0.65 0.24
HSL 351.84º 0.6% 0.48% -
HSV(B) 351.84º 0.75% 0.76% -
XYZ 24.61 14.13 6.9 -
YUV 94.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 195 48 68 0 0.75 0.65 0.24 351.84 0.6 0.48
Hex C3 30 44 0 4B 41 18 160 3C 30
Octal 303 60 104 0 113 101 30 540 74 60
Binary 11000011 110000 1000100 0 1001011 1000001 11000 101100000 111100 110000

Color Harmonies of #C33044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33044

Black with #C33044

Text Example


Text Example

White with #C33044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33044; }

 p { color: rgb(195,48,68); }

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

background-color css

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

 a { background-color: rgb(195,48,68); }

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

border-color css

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

 span { border-color: rgb(195,48,68); }

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