Html Css Color HEX #B9283A Cardinal

📋 copy color: '#B9283A'

red 185 ◦ green 40 ◦ blue 58

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

Shades of Cardinal #B9283A

Tints of Cardinal #B9283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 65.37%
G = 14.13%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9283A (or 0xB9283A) is known color: Cardinal. HEX triplet: B9, 28 and 3A. RGB value is (185,40,58). Sum of RGB (Red+Green+Blue) = 185+40+58=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9283A is #46D7C5. Grayscale: #555555. Windows color (decimal): -4642758 or 3811513. OLE color: 3811513.

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

Color convert

RGB 185 40 58 -
CMYK 0 0.78 0.69 0.27
HSL 352.55º 0.64% 0.44% -
HSV(B) 352.55º 0.78% 0.73% -
XYZ 21.53 12.14 5.21 -
YUV 85.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 185 40 58 0 0.78 0.69 0.27 352.55 0.64 0.44
Hex B9 28 3A 0 4E 45 1B 161 40 2C
Octal 271 50 72 0 116 105 33 541 100 54
Binary 10111001 101000 111010 0 1001110 1000101 11011 101100001 1000000 101100

Color Harmonies of #B9283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9283A

Black with #B9283A

Text Example


Text Example

White with #B9283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9283A; }

 p { color: rgb(185,40,58); }

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

background-color css

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

 a { background-color: rgb(185,40,58); }

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

border-color css

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

 span { border-color: rgb(185,40,58); }

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