Html Css Color HEX #CA394B Brick Red

📋 copy color: '#CA394B'

red 202 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #CA394B

Tints of Brick Red #CA394B

RGB

 RED value IS 202 (79.3% from 255) = 60.48%

 GREEN value IS 57 (22.66% from 255) = 17.07%

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

R = 60.48%
G = 17.07%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA394B (or 0xCA394B) is known color: Brick Red. HEX triplet: CA, 39 and 4B. RGB value is (202,57,75). Sum of RGB (Red+Green+Blue) = 202+57+75=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA394B is #35C6B4. Grayscale: #666666. Windows color (decimal): -3524277 or 4929994. OLE color: 4929994.

HSL color Cylindrical-coordinate representation of color #CA394B: hue angle of 352.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA394B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 57 75 -
CMYK 0 0.72 0.63 0.21
HSL 352.55º 0.58% 0.51% -
HSV(B) 352.55º 0.72% 0.79% -
XYZ 27.09 15.99 8.32 -
YUV 102.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 202 57 75 0 0.72 0.63 0.21 352.55 0.58 0.51
Hex CA 39 4B 0 48 3F 15 161 3A 33
Octal 312 71 113 0 110 77 25 541 72 63
Binary 11001010 111001 1001011 0 1001000 111111 10101 101100001 111010 110011

Color Harmonies of #CA394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA394B

Black with #CA394B

Text Example


Text Example

White with #CA394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA394B; }

 p { color: rgb(202,57,75); }

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

background-color css

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

 a { background-color: rgb(202,57,75); }

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

border-color css

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

 span { border-color: rgb(202,57,75); }

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