Html Css Color HEX #B92935 Cardinal

📋 copy color: '#B92935'

red 185 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #B92935

Tints of Cardinal #B92935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 66.31%
G = 14.7%
B = 19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92935 (or 0xB92935) is known color: Cardinal. HEX triplet: B9, 29 and 35. RGB value is (185,41,53). Sum of RGB (Red+Green+Blue) = 185+41+53=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92935 is #46D6CA. Grayscale: #555555. Windows color (decimal): -4642507 or 3484089. OLE color: 3484089.

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

Color convert

RGB 185 41 53 -
CMYK 0 0.78 0.71 0.27
HSL 355º 0.64% 0.44% -
HSV(B) 355º 0.78% 0.73% -
XYZ 21.44 12.16 4.58 -
YUV 85.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 185 41 53 0 0.78 0.71 0.27 355 0.64 0.44
Hex B9 29 35 0 4E 47 1B 163 40 2C
Octal 271 51 65 0 116 107 33 543 100 54
Binary 10111001 101001 110101 0 1001110 1000111 11011 101100011 1000000 101100

Color Harmonies of #B92935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92935

Black with #B92935

Text Example


Text Example

White with #B92935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92935; }

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

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

background-color css

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

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

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

border-color css

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

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

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