Html Css Color HEX #B92635 Cardinal

📋 copy color: '#B92635'

red 185 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #B92635

Tints of Cardinal #B92635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 67.03%
G = 13.77%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92635 (or 0xB92635) is known color: Cardinal. HEX triplet: B9, 26 and 35. RGB value is (185,38,53). Sum of RGB (Red+Green+Blue) = 185+38+53=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B92635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92635 is #46D9CA. Grayscale: #535353. Windows color (decimal): -4643275 or 3483321. OLE color: 3483321.

HSL color Cylindrical-coordinate representation of color #B92635: hue angle of 353.88º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92635 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 53 -
CMYK 0 0.79 0.71 0.27
HSL 353.88º 0.66% 0.44% -
HSV(B) 353.88º 0.79% 0.73% -
XYZ 21.34 11.96 4.55 -
YUV 83.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 185 38 53 0 0.79 0.71 0.27 353.88 0.66 0.44
Hex B9 26 35 0 4F 47 1B 162 42 2C
Octal 271 46 65 0 117 107 33 542 102 54
Binary 10111001 100110 110101 0 1001111 1000111 11011 101100010 1000010 101100

Color Harmonies of #B92635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92635

Black with #B92635

Text Example


Text Example

White with #B92635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92635; }

 p { color: rgb(185,38,53); }

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

background-color css

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

 a { background-color: rgb(185,38,53); }

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

border-color css

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

 span { border-color: rgb(185,38,53); }

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