Html Css Color HEX #B92140 Cardinal

📋 copy color: '#B92140'

red 185 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #B92140

Tints of Cardinal #B92140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 65.6%
G = 11.7%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92140 (or 0xB92140) is known color: Cardinal. HEX triplet: B9, 21 and 40. RGB value is (185,33,64). Sum of RGB (Red+Green+Blue) = 185+33+64=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B92140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92140 is #46DEBF. Grayscale: #525252. Windows color (decimal): -4644544 or 4202937. OLE color: 4202937.

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

Color convert

RGB 185 33 64 -
CMYK 0 0.82 0.65 0.27
HSL 347.76º 0.7% 0.43% -
HSV(B) 347.76º 0.82% 0.73% -
XYZ 21.48 11.77 5.99 -
YUV 81.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 185 33 64 0 0.82 0.65 0.27 347.76 0.7 0.43
Hex B9 21 40 0 52 41 1B 15C 46 2B
Octal 271 41 100 0 122 101 33 534 106 53
Binary 10111001 100001 1000000 0 1010010 1000001 11011 101011100 1000110 101011

Color Harmonies of #B92140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92140

Black with #B92140

Text Example


Text Example

White with #B92140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92140; }

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

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

background-color css

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

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

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

border-color css

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

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

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