Html Css Color HEX #B9003C Cardinal

📋 copy color: '#B9003C'

red 185 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #B9003C

Tints of Cardinal #B9003C

RGB

 RED value IS 185 (72.66% from 255) = 75.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 75.51%
G = 0%
B = 24.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9003C (or 0xB9003C) is known color: Cardinal. HEX triplet: B9, 00 and 3C. RGB value is (185,0,60). Sum of RGB (Red+Green+Blue) = 185+0+60=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003C is #46FFC3. Grayscale: #3E3E3E. Windows color (decimal): -4652996 or 3932345. OLE color: 3932345.

HSL color Cylindrical-coordinate representation of color #B9003C: hue angle of 340.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9003C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 60 -
CMYK 0 1 0.68 0.27
HSL 340.54º 1% 0.36% -
HSV(B) 340.54º 1% 0.73% -
XYZ 20.82 10.64 5.23 -
YUV 62.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 185 0 60 0 1 0.68 0.27 340.54 1 0.36
Hex B9 0 3C 0 64 44 1B 155 64 24
Octal 271 0 74 0 144 104 33 525 144 44
Binary 10111001 0 111100 0 1100100 1000100 11011 101010101 1100100 100100

Color Harmonies of #B9003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9003C

Black with #B9003C

Text Example


Text Example

White with #B9003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9003C; }

 p { color: rgb(185,0,60); }

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

background-color css

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

 a { background-color: rgb(185,0,60); }

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

border-color css

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

 span { border-color: rgb(185,0,60); }

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