Html Css Color HEX #B92534 Cardinal

📋 copy color: '#B92534'

red 185 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #B92534

Tints of Cardinal #B92534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 67.52%
G = 13.5%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B92534 (or 0xB92534) is known color: Cardinal. HEX triplet: B9, 25 and 34. RGB value is (185,37,52). Sum of RGB (Red+Green+Blue) = 185+37+52=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92534 is #46DACB. Grayscale: #535353. Windows color (decimal): -4643532 or 3417529. OLE color: 3417529.

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

Color convert

RGB 185 37 52 -
CMYK 0 0.80 0.72 0.27
HSL 353.92º 0.67% 0.44% -
HSV(B) 353.92º 0.8% 0.73% -
XYZ 21.29 11.89 4.42 -
YUV 82.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 185 37 52 0 0.80 0.72 0.27 353.92 0.67 0.44
Hex B9 25 34 0 50 48 1B 162 43 2C
Octal 271 45 64 0 120 110 33 542 103 54
Binary 10111001 100101 110100 0 1010000 1001000 11011 101100010 1000011 101100

Color Harmonies of #B92534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92534

Black with #B92534

Text Example


Text Example

White with #B92534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92534; }

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

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

background-color css

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

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

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

border-color css

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

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

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