Html Css Color HEX #CA384A Brick Red

📋 copy color: '#CA384A'

red 202 ◦ green 56 ◦ blue 74

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

Shades of Brick Red #CA384A

Tints of Brick Red #CA384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 60.84%
G = 16.87%
B = 22.29%

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

#CA384A (or 0xCA384A) is known color: Brick Red. HEX triplet: CA, 38 and 4A. RGB value is (202,56,74). Sum of RGB (Red+Green+Blue) = 202+56+74=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA384A is #35C7B5. Grayscale: #656565. Windows color (decimal): -3524534 or 4864202. OLE color: 4864202.

HSL color Cylindrical-coordinate representation of color #CA384A: hue angle of 352.6º 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 #CA384A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 74 -
CMYK 0 0.72 0.63 0.21
HSL 352.6º 0.58% 0.51% -
HSV(B) 352.6º 0.72% 0.79% -
XYZ 27.01 15.88 8.12 -
YUV 101.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 202 56 74 0 0.72 0.63 0.21 352.6 0.58 0.51
Hex CA 38 4A 0 48 3F 15 161 3A 33
Octal 312 70 112 0 110 77 25 541 72 63
Binary 11001010 111000 1001010 0 1001000 111111 10101 101100001 111010 110011

Color Harmonies of #CA384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA384A

Black with #CA384A

Text Example


Text Example

White with #CA384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA384A; }

 p { color: rgb(202,56,74); }

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

background-color css

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

 a { background-color: rgb(202,56,74); }

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

border-color css

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

 span { border-color: rgb(202,56,74); }

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