Html Css Color HEX #C3303A Brick Red

📋 copy color: '#C3303A'

red 195 ◦ green 48 ◦ blue 58

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

Shades of Brick Red #C3303A

Tints of Brick Red #C3303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 64.78%
G = 15.95%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3303A (or 0xC3303A) is known color: Brick Red. HEX triplet: C3, 30 and 3A. RGB value is (195,48,58). Sum of RGB (Red+Green+Blue) = 195+48+58=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C3303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3303A is #3CCFC5. Grayscale: #5D5D5D. Windows color (decimal): -3985350 or 3813571. OLE color: 3813571.

HSL color Cylindrical-coordinate representation of color #C3303A: hue angle of 355.92º 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 #C3303A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 58 -
CMYK 0 0.75 0.70 0.24
HSL 355.92º 0.6% 0.48% -
HSV(B) 355.92º 0.75% 0.76% -
XYZ 24.33 14.02 5.43 -
YUV 93.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 195 48 58 0 0.75 0.70 0.24 355.92 0.6 0.48
Hex C3 30 3A 0 4B 46 18 164 3C 30
Octal 303 60 72 0 113 106 30 544 74 60
Binary 11000011 110000 111010 0 1001011 1000110 11000 101100100 111100 110000

Color Harmonies of #C3303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3303A

Black with #C3303A

Text Example


Text Example

White with #C3303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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