Html Css Color HEX #B9003F Cardinal

📋 copy color: '#B9003F'

red 185 ◦ green 0 ◦ blue 63

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

Shades of Cardinal #B9003F

Tints of Cardinal #B9003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.4%

R = 74.6%
G = 0%
B = 25.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9003F (or 0xB9003F) is known color: Cardinal. HEX triplet: B9, 00 and 3F. RGB value is (185,0,63). Sum of RGB (Red+Green+Blue) = 185+0+63=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003F is #46FFC0. Grayscale: #3E3E3E. Windows color (decimal): -4652993 or 4128953. OLE color: 4128953.

HSL color Cylindrical-coordinate representation of color #B9003F: hue angle of 339.57º 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 #B9003F is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 63 -
CMYK 0 1 0.66 0.27
HSL 339.57º 1% 0.36% -
HSV(B) 339.57º 1% 0.73% -
XYZ 20.9 10.67 5.66 -
YUV 62.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 185 0 63 0 1 0.66 0.27 339.57 1 0.36
Hex B9 0 3F 0 64 42 1B 154 64 24
Octal 271 0 77 0 144 102 33 524 144 44
Binary 10111001 0 111111 0 1100100 1000010 11011 101010100 1100100 100100

Color Harmonies of #B9003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9003F

Black with #B9003F

Text Example


Text Example

White with #B9003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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