Html Css Color HEX #B2183E Cardinal

📋 copy color: '#B2183E'

red 178 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #B2183E

Tints of Cardinal #B2183E

RGB

 RED value IS 178 (69.92% from 255) = 67.42%

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

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

R = 67.42%
G = 9.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2183E (or 0xB2183E) is known color: Cardinal. HEX triplet: B2, 18 and 3E. RGB value is (178,24,62). Sum of RGB (Red+Green+Blue) = 178+24+62=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2183E is #4DE7C1. Grayscale: #4A4A4A. Windows color (decimal): -5105602 or 4069554. OLE color: 4069554.

HSL color Cylindrical-coordinate representation of color #B2183E: hue angle of 345.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2183E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 62 -
CMYK 0 0.87 0.65 0.30
HSL 345.19º 0.76% 0.4% -
HSV(B) 345.19º 0.87% 0.7% -
XYZ 19.56 10.47 5.55 -
YUV 74.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 178 24 62 0 0.87 0.65 0.30 345.19 0.76 0.4
Hex B2 18 3E 0 57 41 1E 159 4C 28
Octal 262 30 76 0 127 101 36 531 114 50
Binary 10110010 11000 111110 0 1010111 1000001 11110 101011001 1001100 101000

Color Harmonies of #B2183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2183E

Black with #B2183E

Text Example


Text Example

White with #B2183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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