Html Css Color HEX #B9013A Cardinal

📋 copy color: '#B9013A'

red 185 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B9013A

Tints of Cardinal #B9013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 75.82%
G = 0.41%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9013A (or 0xB9013A) is known color: Cardinal. HEX triplet: B9, 01 and 3A. RGB value is (185,1,58). Sum of RGB (Red+Green+Blue) = 185+1+58=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B9013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9013A is #46FEC5. Grayscale: #3E3E3E. Windows color (decimal): -4652742 or 3801529. OLE color: 3801529.

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

Color convert

RGB 185 1 58 -
CMYK 0 0.99 0.69 0.27
HSL 341.41º 0.99% 0.36% -
HSV(B) 341.41º 0.99% 0.73% -
XYZ 20.78 10.64 4.96 -
YUV 62.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 185 1 58 0 0.99 0.69 0.27 341.41 0.99 0.36
Hex B9 1 3A 0 63 45 1B 155 63 24
Octal 271 1 72 0 143 105 33 525 143 44
Binary 10111001 1 111010 0 1100011 1000101 11011 101010101 1100011 100100

Color Harmonies of #B9013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9013A

Black with #B9013A

Text Example


Text Example

White with #B9013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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