Html Css Color HEX #B9023C Cardinal

📋 copy color: '#B9023C'

red 185 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #B9023C

Tints of Cardinal #B9023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 74.9%
G = 0.81%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9023C (or 0xB9023C) is known color: Cardinal. HEX triplet: B9, 02 and 3C. RGB value is (185,2,60). Sum of RGB (Red+Green+Blue) = 185+2+60=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9023C is #46FDC3. Grayscale: #3F3F3F. Windows color (decimal): -4652484 or 3932857. OLE color: 3932857.

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

Color convert

RGB 185 2 60 -
CMYK 0 0.99 0.68 0.27
HSL 340.98º 0.98% 0.37% -
HSV(B) 340.98º 0.99% 0.73% -
XYZ 20.84 10.68 5.24 -
YUV 63.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 185 2 60 0 0.99 0.68 0.27 340.98 0.98 0.37
Hex B9 2 3C 0 63 44 1B 155 62 25
Octal 271 2 74 0 143 104 33 525 142 45
Binary 10111001 10 111100 0 1100011 1000100 11011 101010101 1100010 100101

Color Harmonies of #B9023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9023C

Black with #B9023C

Text Example


Text Example

White with #B9023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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