Html Css Color HEX #C0333F Brick Red

📋 copy color: '#C0333F'

red 192 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #C0333F

Tints of Brick Red #C0333F

RGB

 RED value IS 192 (75.39% from 255) = 62.75%

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 62.75%
G = 16.67%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0333F (or 0xC0333F) is known color: Brick Red. HEX triplet: C0, 33 and 3F. RGB value is (192,51,63). Sum of RGB (Red+Green+Blue) = 192+51+63=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0333F is #3FCCC0. Grayscale: #5E5E5E. Windows color (decimal): -4181185 or 4142016. OLE color: 4142016.

HSL color Cylindrical-coordinate representation of color #C0333F: hue angle of 354.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0333F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 63 -
CMYK 0 0.73 0.67 0.25
HSL 354.89º 0.58% 0.48% -
HSV(B) 354.89º 0.73% 0.75% -
XYZ 23.82 13.93 6.14 -
YUV 94.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 192 51 63 0 0.73 0.67 0.25 354.89 0.58 0.48
Hex C0 33 3F 0 49 43 19 163 3A 30
Octal 300 63 77 0 111 103 31 543 72 60
Binary 11000000 110011 111111 0 1001001 1000011 11001 101100011 111010 110000

Color Harmonies of #C0333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0333F

Black with #C0333F

Text Example


Text Example

White with #C0333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0333F; }

 p { color: rgb(192,51,63); }

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

background-color css

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

 a { background-color: rgb(192,51,63); }

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

border-color css

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

 span { border-color: rgb(192,51,63); }

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