Html Css Color HEX #CB274A Brick Red

📋 copy color: '#CB274A'

red 203 ◦ green 39 ◦ blue 74

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

Shades of Brick Red #CB274A

Tints of Brick Red #CB274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

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

R = 64.24%
G = 12.34%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB274A (or 0xCB274A) is known color: Brick Red. HEX triplet: CB, 27 and 4A. RGB value is (203,39,74). Sum of RGB (Red+Green+Blue) = 203+39+74=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB274A is #34D8B5. Grayscale: #5C5C5C. Windows color (decimal): -3463350 or 4859851. OLE color: 4859851.

HSL color Cylindrical-coordinate representation of color #CB274A: hue angle of 347.2º 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 #CB274A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 39 74 -
CMYK 0 0.81 0.64 0.20
HSL 347.2º 0.68% 0.47% -
HSV(B) 347.2º 0.81% 0.8% -
XYZ 26.59 14.64 7.9 -
YUV 92.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 203 39 74 0 0.81 0.64 0.20 347.2 0.68 0.47
Hex CB 27 4A 0 51 40 14 15B 44 2F
Octal 313 47 112 0 121 100 24 533 104 57
Binary 11001011 100111 1001010 0 1010001 1000000 10100 101011011 1000100 101111

Color Harmonies of #CB274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB274A

Black with #CB274A

Text Example


Text Example

White with #CB274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB274A; }

 p { color: rgb(203,39,74); }

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

background-color css

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

 a { background-color: rgb(203,39,74); }

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

border-color css

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

 span { border-color: rgb(203,39,74); }

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