Html Css Color HEX #B7183E Cardinal

📋 copy color: '#B7183E'

red 183 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #B7183E

Tints of Cardinal #B7183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 68.03%
G = 8.92%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7183E (or 0xB7183E) is known color: Cardinal. HEX triplet: B7, 18 and 3E. RGB value is (183,24,62). Sum of RGB (Red+Green+Blue) = 183+24+62=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7183E is #48E7C1. Grayscale: #4B4B4B. Windows color (decimal): -4777922 or 4069559. OLE color: 4069559.

HSL color Cylindrical-coordinate representation of color #B7183E: hue angle of 345.66º 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 #B7183E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 24 62 -
CMYK 0 0.87 0.66 0.28
HSL 345.66º 0.77% 0.41% -
HSV(B) 345.66º 0.87% 0.72% -
XYZ 20.72 11.07 5.6 -
YUV 75.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 183 24 62 0 0.87 0.66 0.28 345.66 0.77 0.41
Hex B7 18 3E 0 57 42 1C 15A 4D 29
Octal 267 30 76 0 127 102 34 532 115 51
Binary 10110111 11000 111110 0 1010111 1000010 11100 101011010 1001101 101001

Color Harmonies of #B7183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7183E

Black with #B7183E

Text Example


Text Example

White with #B7183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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