Html Css Color HEX #B9043A Cardinal

📋 copy color: '#B9043A'

red 185 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #B9043A

Tints of Cardinal #B9043A

RGB

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

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

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

R = 74.9%
G = 1.62%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9043A (or 0xB9043A) is known color: Cardinal. HEX triplet: B9, 04 and 3A. RGB value is (185,4,58). Sum of RGB (Red+Green+Blue) = 185+4+58=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9043A is #46FBC5. Grayscale: #404040. Windows color (decimal): -4651974 or 3802297. OLE color: 3802297.

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

Color convert

RGB 185 4 58 -
CMYK 0 0.98 0.69 0.27
HSL 342.1º 0.96% 0.37% -
HSV(B) 342.1º 0.98% 0.73% -
XYZ 20.81 10.71 4.97 -
YUV 64.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 185 4 58 0 0.98 0.69 0.27 342.1 0.96 0.37
Hex B9 4 3A 0 62 45 1B 156 60 25
Octal 271 4 72 0 142 105 33 526 140 45
Binary 10111001 100 111010 0 1100010 1000101 11011 101010110 1100000 100101

Color Harmonies of #B9043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9043A

Black with #B9043A

Text Example


Text Example

White with #B9043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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