Html Css Color HEX #B92540 Cardinal

📋 copy color: '#B92540'

red 185 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B92540

Tints of Cardinal #B92540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 64.69%
G = 12.94%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92540 (or 0xB92540) is known color: Cardinal. HEX triplet: B9, 25 and 40. RGB value is (185,37,64). Sum of RGB (Red+Green+Blue) = 185+37+64=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B92540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92540 is #46DABF. Grayscale: #545454. Windows color (decimal): -4643520 or 4203961. OLE color: 4203961.

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

Color convert

RGB 185 37 64 -
CMYK 0 0.80 0.65 0.27
HSL 349.05º 0.67% 0.44% -
HSV(B) 349.05º 0.8% 0.73% -
XYZ 21.59 12.01 6.03 -
YUV 84.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 185 37 64 0 0.80 0.65 0.27 349.05 0.67 0.44
Hex B9 25 40 0 50 41 1B 15D 43 2C
Octal 271 45 100 0 120 101 33 535 103 54
Binary 10111001 100101 1000000 0 1010000 1000001 11011 101011101 1000011 101100

Color Harmonies of #B92540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92540

Black with #B92540

Text Example


Text Example

White with #B92540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92540; }

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

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

background-color css

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

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

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

border-color css

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

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

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