Html Css Color HEX #B7183A Cardinal

📋 copy color: '#B7183A'

red 183 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #B7183A

Tints of Cardinal #B7183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 69.06%
G = 9.06%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7183A (or 0xB7183A) is known color: Cardinal. HEX triplet: B7, 18 and 3A. RGB value is (183,24,58). Sum of RGB (Red+Green+Blue) = 183+24+58=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7183A is #48E7C5. Grayscale: #4B4B4B. Windows color (decimal): -4777926 or 3807415. OLE color: 3807415.

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

Color convert

RGB 183 24 58 -
CMYK 0 0.87 0.68 0.28
HSL 347.17º 0.77% 0.41% -
HSV(B) 347.17º 0.87% 0.72% -
XYZ 20.62 11.03 5.04 -
YUV 75.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 183 24 58 0 0.87 0.68 0.28 347.17 0.77 0.41
Hex B7 18 3A 0 57 44 1C 15B 4D 29
Octal 267 30 72 0 127 104 34 533 115 51
Binary 10110111 11000 111010 0 1010111 1000100 11100 101011011 1001101 101001

Color Harmonies of #B7183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7183A

Black with #B7183A

Text Example


Text Example

White with #B7183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7183A; }

 p { color: rgb(183,24,58); }

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

background-color css

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

 a { background-color: rgb(183,24,58); }

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

border-color css

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

 span { border-color: rgb(183,24,58); }

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