Html Css Color HEX #B9043B Cardinal

📋 copy color: '#B9043B'

red 185 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #B9043B

Tints of Cardinal #B9043B

RGB

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

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

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

R = 74.6%
G = 1.61%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9043B (or 0xB9043B) is known color: Cardinal. HEX triplet: B9, 04 and 3B. RGB value is (185,4,59). Sum of RGB (Red+Green+Blue) = 185+4+59=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9043B is #46FBC4. Grayscale: #404040. Windows color (decimal): -4651973 or 3867833. OLE color: 3867833.

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

Color convert

RGB 185 4 59 -
CMYK 0 0.98 0.68 0.27
HSL 341.77º 0.96% 0.37% -
HSV(B) 341.77º 0.98% 0.73% -
XYZ 20.84 10.72 5.11 -
YUV 64.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 185 4 59 0 0.98 0.68 0.27 341.77 0.96 0.37
Hex B9 4 3B 0 62 44 1B 156 60 25
Octal 271 4 73 0 142 104 33 526 140 45
Binary 10111001 100 111011 0 1100010 1000100 11011 101010110 1100000 100101

Color Harmonies of #B9043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9043B

Black with #B9043B

Text Example


Text Example

White with #B9043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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