Html Css Color HEX #B9003B Cardinal

📋 copy color: '#B9003B'

red 185 ◦ green 0 ◦ blue 59

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

Shades of Cardinal #B9003B

Tints of Cardinal #B9003B

RGB

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

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

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

R = 75.82%
G = 0%
B = 24.18%

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

#B9003B (or 0xB9003B) is known color: Cardinal. HEX triplet: B9, 00 and 3B. RGB value is (185,0,59). Sum of RGB (Red+Green+Blue) = 185+0+59=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003B is #46FFC4. Grayscale: #3D3D3D. Windows color (decimal): -4652997 or 3866809. OLE color: 3866809.

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

Color convert

RGB 185 0 59 -
CMYK 0 1 0.68 0.27
HSL 340.86º 1% 0.36% -
HSV(B) 340.86º 1% 0.73% -
XYZ 20.8 10.63 5.09 -
YUV 62.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 185 0 59 0 1 0.68 0.27 340.86 1 0.36
Hex B9 0 3B 0 64 44 1B 155 64 24
Octal 271 0 73 0 144 104 33 525 144 44
Binary 10111001 0 111011 0 1100100 1000100 11011 101010101 1100100 100100

Color Harmonies of #B9003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9003B

Black with #B9003B

Text Example


Text Example

White with #B9003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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