Html Css Color HEX #CB1030 Cardinal

📋 copy color: '#CB1030'

red 203 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #CB1030

Tints of Cardinal #CB1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 76.03%
G = 5.99%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1030 (or 0xCB1030) is known color: Cardinal. HEX triplet: CB, 10 and 30. RGB value is (203,16,48). Sum of RGB (Red+Green+Blue) = 203+16+48=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1030 is #34EFCF. Grayscale: #4B4B4B. Windows color (decimal): -3469264 or 3150027. OLE color: 3150027.

HSL color Cylindrical-coordinate representation of color #CB1030: hue angle of 349.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1030 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 16 48 -
CMYK 0 0.92 0.76 0.20
HSL 349.73º 0.85% 0.43% -
HSV(B) 349.73º 0.92% 0.8% -
XYZ 25.35 13.28 4.02 -
YUV 75.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 203 16 48 0 0.92 0.76 0.20 349.73 0.85 0.43
Hex CB 10 30 0 5C 4C 14 15E 55 2B
Octal 313 20 60 0 134 114 24 536 125 53
Binary 11001011 10000 110000 0 1011100 1001100 10100 101011110 1010101 101011

Color Harmonies of #CB1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1030

Black with #CB1030

Text Example


Text Example

White with #CB1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1030; }

 p { color: rgb(203,16,48); }

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

background-color css

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

 a { background-color: rgb(203,16,48); }

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

border-color css

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

 span { border-color: rgb(203,16,48); }

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