Html Css Color HEX #B7283B Cardinal

📋 copy color: '#B7283B'

red 183 ◦ green 40 ◦ blue 59

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

Shades of Cardinal #B7283B

Tints of Cardinal #B7283B

RGB

 RED value IS 183 (71.88% from 255) = 64.89%

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 64.89%
G = 14.18%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7283B (or 0xB7283B) is known color: Cardinal. HEX triplet: B7, 28 and 3B. RGB value is (183,40,59). Sum of RGB (Red+Green+Blue) = 183+40+59=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283B is #48D7C4. Grayscale: #545454. Windows color (decimal): -4773829 or 3877047. OLE color: 3877047.

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

Color convert

RGB 183 40 59 -
CMYK 0 0.78 0.68 0.28
HSL 352.03º 0.64% 0.44% -
HSV(B) 352.03º 0.78% 0.72% -
XYZ 21.08 11.9 5.32 -
YUV 84.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 183 40 59 0 0.78 0.68 0.28 352.03 0.64 0.44
Hex B7 28 3B 0 4E 44 1C 160 40 2C
Octal 267 50 73 0 116 104 34 540 100 54
Binary 10110111 101000 111011 0 1001110 1000100 11100 101100000 1000000 101100

Color Harmonies of #B7283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7283B

Black with #B7283B

Text Example


Text Example

White with #B7283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7283B; }

 p { color: rgb(183,40,59); }

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

background-color css

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

 a { background-color: rgb(183,40,59); }

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

border-color css

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

 span { border-color: rgb(183,40,59); }

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