Html Css Color HEX #CB163E Cardinal

📋 copy color: '#CB163E'

red 203 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #CB163E

Tints of Cardinal #CB163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 70.73%
G = 7.67%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB163E (or 0xCB163E) is known color: Cardinal. HEX triplet: CB, 16 and 3E. RGB value is (203,22,62). Sum of RGB (Red+Green+Blue) = 203+22+62=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB163E is #34E9C1. Grayscale: #505050. Windows color (decimal): -3467714 or 4069067. OLE color: 4069067.

HSL color Cylindrical-coordinate representation of color #CB163E: hue angle of 346.74º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB163E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 62 -
CMYK 0 0.89 0.69 0.20
HSL 346.74º 0.8% 0.44% -
HSV(B) 346.74º 0.89% 0.8% -
XYZ 25.79 13.62 5.83 -
YUV 80.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 203 22 62 0 0.89 0.69 0.20 346.74 0.8 0.44
Hex CB 16 3E 0 59 45 14 15B 50 2C
Octal 313 26 76 0 131 105 24 533 120 54
Binary 11001011 10110 111110 0 1011001 1000101 10100 101011011 1010000 101100

Color Harmonies of #CB163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB163E

Black with #CB163E

Text Example


Text Example

White with #CB163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB163E; }

 p { color: rgb(203,22,62); }

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

background-color css

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

 a { background-color: rgb(203,22,62); }

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

border-color css

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

 span { border-color: rgb(203,22,62); }

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