Html Css Color HEX #CB183B Cardinal

📋 copy color: '#CB183B'

red 203 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #CB183B

Tints of Cardinal #CB183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 70.98%
G = 8.39%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB183B (or 0xCB183B) is known color: Cardinal. HEX triplet: CB, 18 and 3B. RGB value is (203,24,59). Sum of RGB (Red+Green+Blue) = 203+24+59=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB183B is #34E7C4. Grayscale: #515151. Windows color (decimal): -3467205 or 3872971. OLE color: 3872971.

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

Color convert

RGB 203 24 59 -
CMYK 0 0.88 0.71 0.20
HSL 348.27º 0.79% 0.45% -
HSV(B) 348.27º 0.88% 0.8% -
XYZ 25.74 13.67 5.42 -
YUV 81.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 203 24 59 0 0.88 0.71 0.20 348.27 0.79 0.45
Hex CB 18 3B 0 58 47 14 15C 4F 2D
Octal 313 30 73 0 130 107 24 534 117 55
Binary 11001011 11000 111011 0 1011000 1000111 10100 101011100 1001111 101101

Color Harmonies of #CB183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB183B

Black with #CB183B

Text Example


Text Example

White with #CB183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB183B; }

 p { color: rgb(203,24,59); }

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

background-color css

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

 a { background-color: rgb(203,24,59); }

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

border-color css

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

 span { border-color: rgb(203,24,59); }

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