Html Css Color HEX #B92340 Cardinal

📋 copy color: '#B92340'

red 185 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #B92340

Tints of Cardinal #B92340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

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

R = 65.14%
G = 12.32%
B = 22.54%

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

#B92340 (or 0xB92340) is known color: Cardinal. HEX triplet: B9, 23 and 40. RGB value is (185,35,64). Sum of RGB (Red+Green+Blue) = 185+35+64=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B92340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92340 is #46DCBF. Grayscale: #535353. Windows color (decimal): -4644032 or 4203449. OLE color: 4203449.

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

Color convert

RGB 185 35 64 -
CMYK 0 0.81 0.65 0.27
HSL 348.4º 0.68% 0.43% -
HSV(B) 348.4º 0.81% 0.73% -
XYZ 21.53 11.89 6.01 -
YUV 83.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 185 35 64 0 0.81 0.65 0.27 348.4 0.68 0.43
Hex B9 23 40 0 51 41 1B 15C 44 2B
Octal 271 43 100 0 121 101 33 534 104 53
Binary 10111001 100011 1000000 0 1010001 1000001 11011 101011100 1000100 101011

Color Harmonies of #B92340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92340

Black with #B92340

Text Example


Text Example

White with #B92340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92340; }

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

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

background-color css

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

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

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

border-color css

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

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

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