Html Css Color HEX #CB2645 Brick Red

📋 copy color: '#CB2645'

red 203 ◦ green 38 ◦ blue 69

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

Shades of Brick Red #CB2645

Tints of Brick Red #CB2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 65.48%
G = 12.26%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2645 (or 0xCB2645) is known color: Brick Red. HEX triplet: CB, 26 and 45. RGB value is (203,38,69). Sum of RGB (Red+Green+Blue) = 203+38+69=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2645 is #34D9BA. Grayscale: #5A5A5A. Windows color (decimal): -3463611 or 4531915. OLE color: 4531915.

HSL color Cylindrical-coordinate representation of color #CB2645: hue angle of 348.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2645 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 69 -
CMYK 0 0.81 0.66 0.20
HSL 348.73º 0.68% 0.47% -
HSV(B) 348.73º 0.81% 0.8% -
XYZ 26.4 14.51 7.04 -
YUV 90.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 203 38 69 0 0.81 0.66 0.20 348.73 0.68 0.47
Hex CB 26 45 0 51 42 14 15D 44 2F
Octal 313 46 105 0 121 102 24 535 104 57
Binary 11001011 100110 1000101 0 1010001 1000010 10100 101011101 1000100 101111

Color Harmonies of #CB2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2645

Black with #CB2645

Text Example


Text Example

White with #CB2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2645; }

 p { color: rgb(203,38,69); }

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

background-color css

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

 a { background-color: rgb(203,38,69); }

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

border-color css

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

 span { border-color: rgb(203,38,69); }

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