Html Css Color HEX #B92440 Cardinal

📋 copy color: '#B92440'

red 185 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #B92440

Tints of Cardinal #B92440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 64.91%
G = 12.63%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92440 (or 0xB92440) is known color: Cardinal. HEX triplet: B9, 24 and 40. RGB value is (185,36,64). Sum of RGB (Red+Green+Blue) = 185+36+64=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B92440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92440 is #46DBBF. Grayscale: #535353. Windows color (decimal): -4643776 or 4203705. OLE color: 4203705.

HSL color Cylindrical-coordinate representation of color #B92440: hue angle of 348.72º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92440 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 64 -
CMYK 0 0.81 0.65 0.27
HSL 348.72º 0.67% 0.43% -
HSV(B) 348.72º 0.81% 0.73% -
XYZ 21.56 11.95 6.02 -
YUV 83.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 185 36 64 0 0.81 0.65 0.27 348.72 0.67 0.43
Hex B9 24 40 0 51 41 1B 15D 43 2B
Octal 271 44 100 0 121 101 33 535 103 53
Binary 10111001 100100 1000000 0 1010001 1000001 11011 101011101 1000011 101011

Color Harmonies of #B92440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92440

Black with #B92440

Text Example


Text Example

White with #B92440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92440; }

 p { color: rgb(185,36,64); }

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

background-color css

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

 a { background-color: rgb(185,36,64); }

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

border-color css

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

 span { border-color: rgb(185,36,64); }

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