Html Css Color HEX #C83C4B Brick Red

📋 copy color: '#C83C4B'

red 200 ◦ green 60 ◦ blue 75

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

Shades of Brick Red #C83C4B

Tints of Brick Red #C83C4B

RGB

 RED value IS 200 (78.52% from 255) = 59.7%

 GREEN value IS 60 (23.83% from 255) = 17.91%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 59.7%
G = 17.91%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C83C4B (or 0xC83C4B) is known color: Brick Red. HEX triplet: C8, 3C and 4B. RGB value is (200,60,75). Sum of RGB (Red+Green+Blue) = 200+60+75=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C4B is #37C3B4. Grayscale: #676767. Windows color (decimal): -3654581 or 4930760. OLE color: 4930760.

HSL color Cylindrical-coordinate representation of color #C83C4B: hue angle of 353.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C4B is Cyan = 0, Magento = 0.7, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 75 -
CMYK 0 0.7 0.62 0.22
HSL 353.57º 0.56% 0.51% -
HSV(B) 353.57º 0.7% 0.78% -
XYZ 26.71 16.02 8.34 -
YUV 103.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 200 60 75 0 0.7 0.62 0.22 353.57 0.56 0.51
Hex C8 3C 4B 0 46 3E 16 162 38 33
Octal 310 74 113 0 106 76 26 542 70 63
Binary 11001000 111100 1001011 0 1000110 111110 10110 101100010 111000 110011

Color Harmonies of #C83C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C4B

Black with #C83C4B

Text Example


Text Example

White with #C83C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C4B; }

 p { color: rgb(200,60,75); }

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

background-color css

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

 a { background-color: rgb(200,60,75); }

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

border-color css

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

 span { border-color: rgb(200,60,75); }

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