Html Css Color HEX #B9043E Cardinal

📋 copy color: '#B9043E'

red 185 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #B9043E

Tints of Cardinal #B9043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 73.71%
G = 1.59%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9043E (or 0xB9043E) is known color: Cardinal. HEX triplet: B9, 04 and 3E. RGB value is (185,4,62). Sum of RGB (Red+Green+Blue) = 185+4+62=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9043E is #46FBC1. Grayscale: #404040. Windows color (decimal): -4651970 or 4064441. OLE color: 4064441.

HSL color Cylindrical-coordinate representation of color #B9043E: hue angle of 340.77º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9043E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 62 -
CMYK 0 0.98 0.66 0.27
HSL 340.77º 0.96% 0.37% -
HSV(B) 340.77º 0.98% 0.73% -
XYZ 20.92 10.75 5.53 -
YUV 64.73 126.47 213.78 -
System Red Green Blue C M Y K H S L
Decimal 185 4 62 0 0.98 0.66 0.27 340.77 0.96 0.37
Hex B9 4 3E 0 62 42 1B 155 60 25
Octal 271 4 76 0 142 102 33 525 140 45
Binary 10111001 100 111110 0 1100010 1000010 11011 101010101 1100000 100101

Color Harmonies of #B9043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9043E

Black with #B9043E

Text Example


Text Example

White with #B9043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9043E; }

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

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

background-color css

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

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

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

border-color css

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

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

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