Html Css Color HEX #CB384B Brick Red

📋 copy color: '#CB384B'

red 203 ◦ green 56 ◦ blue 75

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

Shades of Brick Red #CB384B

Tints of Brick Red #CB384B

RGB

 RED value IS 203 (79.69% from 255) = 60.78%

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

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

R = 60.78%
G = 16.77%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB384B (or 0xCB384B) is known color: Brick Red. HEX triplet: CB, 38 and 4B. RGB value is (203,56,75). Sum of RGB (Red+Green+Blue) = 203+56+75=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB384B is #34C7B4. Grayscale: #666666. Windows color (decimal): -3458997 or 4929739. OLE color: 4929739.

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

Color convert

RGB 203 56 75 -
CMYK 0 0.72 0.63 0.20
HSL 352.24º 0.59% 0.51% -
HSV(B) 352.24º 0.72% 0.8% -
XYZ 27.31 16.03 8.31 -
YUV 102.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 203 56 75 0 0.72 0.63 0.20 352.24 0.59 0.51
Hex CB 38 4B 0 48 3F 14 160 3B 33
Octal 313 70 113 0 110 77 24 540 73 63
Binary 11001011 111000 1001011 0 1001000 111111 10100 101100000 111011 110011

Color Harmonies of #CB384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB384B

Black with #CB384B

Text Example


Text Example

White with #CB384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB384B; }

 p { color: rgb(203,56,75); }

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

background-color css

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

 a { background-color: rgb(203,56,75); }

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

border-color css

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

 span { border-color: rgb(203,56,75); }

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