Html Css Color HEX #CB463A Grenadier

📋 copy color: '#CB463A'

red 203 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #CB463A

Tints of Grenadier #CB463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 61.33%
G = 21.15%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB463A (or 0xCB463A) is known color: Grenadier. HEX triplet: CB, 46 and 3A. RGB value is (203,70,58). Sum of RGB (Red+Green+Blue) = 203+70+58=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB463A is #34B9C5. Grayscale: #6C6C6C. Windows color (decimal): -3455430 or 3819211. OLE color: 3819211.

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

Color convert

RGB 203 70 58 -
CMYK 0 0.66 0.71 0.20
HSL 4.97º 0.58% 0.51% -
HSV(B) 4.97º 0.71% 0.8% -
XYZ 27.58 17.38 5.9 -
YUV 108.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 203 70 58 0 0.66 0.71 0.20 4.97 0.58 0.51
Hex CB 46 3A 0 42 47 14 5 3A 33
Octal 313 106 72 0 102 107 24 5 72 63
Binary 11001011 1000110 111010 0 1000010 1000111 10100 101 111010 110011

Color Harmonies of #CB463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB463A

Black with #CB463A

Text Example


Text Example

White with #CB463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB463A; }

 p { color: rgb(203,70,58); }

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

background-color css

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

 a { background-color: rgb(203,70,58); }

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

border-color css

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

 span { border-color: rgb(203,70,58); }

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