Html Css Color HEX #B9003A Cardinal

📋 copy color: '#B9003A'

red 185 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B9003A

Tints of Cardinal #B9003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 76.13%
G = 0%
B = 23.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9003A (or 0xB9003A) is known color: Cardinal. HEX triplet: B9, 00 and 3A. RGB value is (185,0,58). Sum of RGB (Red+Green+Blue) = 185+0+58=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003A is #46FFC5. Grayscale: #3D3D3D. Windows color (decimal): -4652998 or 3801273. OLE color: 3801273.

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

Color convert

RGB 185 0 58 -
CMYK 0 1 0.69 0.27
HSL 341.19º 1% 0.36% -
HSV(B) 341.19º 1% 0.73% -
XYZ 20.77 10.62 4.96 -
YUV 61.93 125.79 215.78 -
System Red Green Blue C M Y K H S L
Decimal 185 0 58 0 1 0.69 0.27 341.19 1 0.36
Hex B9 0 3A 0 64 45 1B 155 64 24
Octal 271 0 72 0 144 105 33 525 144 44
Binary 10111001 0 111010 0 1100100 1000101 11011 101010101 1100100 100100

Color Harmonies of #B9003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9003A

Black with #B9003A

Text Example


Text Example

White with #B9003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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