Html Css Color HEX #B9013E Cardinal

📋 copy color: '#B9013E'

red 185 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #B9013E

Tints of Cardinal #B9013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25%

R = 74.6%
G = 0.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9013E (or 0xB9013E) is known color: Cardinal. HEX triplet: B9, 01 and 3E. RGB value is (185,1,62). Sum of RGB (Red+Green+Blue) = 185+1+62=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9013E is #46FEC1. Grayscale: #3E3E3E. Windows color (decimal): -4652738 or 4063673. OLE color: 4063673.

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

Color convert

RGB 185 1 62 -
CMYK 0 0.99 0.66 0.27
HSL 340.11º 0.99% 0.36% -
HSV(B) 340.11º 0.99% 0.73% -
XYZ 20.89 10.68 5.52 -
YUV 62.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 185 1 62 0 0.99 0.66 0.27 340.11 0.99 0.36
Hex B9 1 3E 0 63 42 1B 154 63 24
Octal 271 1 76 0 143 102 33 524 143 44
Binary 10111001 1 111110 0 1100011 1000010 11011 101010100 1100011 100100

Color Harmonies of #B9013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9013E

Black with #B9013E

Text Example


Text Example

White with #B9013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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