Html Css Color HEX #B9023A Cardinal

📋 copy color: '#B9023A'

red 185 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #B9023A

Tints of Cardinal #B9023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 75.51%
G = 0.82%
B = 23.67%

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

#B9023A (or 0xB9023A) is known color: Cardinal. HEX triplet: B9, 02 and 3A. RGB value is (185,2,58). Sum of RGB (Red+Green+Blue) = 185+2+58=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9023A is #46FDC5. Grayscale: #3F3F3F. Windows color (decimal): -4652486 or 3801785. OLE color: 3801785.

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

Color convert

RGB 185 2 58 -
CMYK 0 0.99 0.69 0.27
HSL 341.64º 0.98% 0.37% -
HSV(B) 341.64º 0.99% 0.73% -
XYZ 20.79 10.66 4.97 -
YUV 63.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 185 2 58 0 0.99 0.69 0.27 341.64 0.98 0.37
Hex B9 2 3A 0 63 45 1B 156 62 25
Octal 271 2 72 0 143 105 33 526 142 45
Binary 10111001 10 111010 0 1100011 1000101 11011 101010110 1100010 100101

Color Harmonies of #B9023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9023A

Black with #B9023A

Text Example


Text Example

White with #B9023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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