Html Css Color HEX #CB3044 Brick Red

📋 copy color: '#CB3044'

red 203 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #CB3044

Tints of Brick Red #CB3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 63.64%
G = 15.05%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3044 (or 0xCB3044) is known color: Brick Red. HEX triplet: CB, 30 and 44. RGB value is (203,48,68). Sum of RGB (Red+Green+Blue) = 203+48+68=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3044 is #34CFBB. Grayscale: #606060. Windows color (decimal): -3461052 or 4468939. OLE color: 4468939.

HSL color Cylindrical-coordinate representation of color #CB3044: hue angle of 352.26º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3044 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 68 -
CMYK 0 0.76 0.67 0.20
HSL 352.26º 0.62% 0.49% -
HSV(B) 352.26º 0.76% 0.8% -
XYZ 26.73 15.23 7 -
YUV 96.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 203 48 68 0 0.76 0.67 0.20 352.26 0.62 0.49
Hex CB 30 44 0 4C 43 14 160 3E 31
Octal 313 60 104 0 114 103 24 540 76 61
Binary 11001011 110000 1000100 0 1001100 1000011 10100 101100000 111110 110001

Color Harmonies of #CB3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3044

Black with #CB3044

Text Example


Text Example

White with #CB3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3044; }

 p { color: rgb(203,48,68); }

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

background-color css

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

 a { background-color: rgb(203,48,68); }

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

border-color css

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

 span { border-color: rgb(203,48,68); }

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