Html Css Color HEX #B2183B Cardinal

📋 copy color: '#B2183B'

red 178 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #B2183B

Tints of Cardinal #B2183B

RGB

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

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

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

R = 68.2%
G = 9.2%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2183B (or 0xB2183B) is known color: Cardinal. HEX triplet: B2, 18 and 3B. RGB value is (178,24,59). Sum of RGB (Red+Green+Blue) = 178+24+59=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2183B is #4DE7C4. Grayscale: #4A4A4A. Windows color (decimal): -5105605 or 3872946. OLE color: 3872946.

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

Color convert

RGB 178 24 59 -
CMYK 0 0.87 0.67 0.30
HSL 346.36º 0.76% 0.4% -
HSV(B) 346.36º 0.87% 0.7% -
XYZ 19.48 10.43 5.13 -
YUV 74.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 178 24 59 0 0.87 0.67 0.30 346.36 0.76 0.4
Hex B2 18 3B 0 57 43 1E 15A 4C 28
Octal 262 30 73 0 127 103 36 532 114 50
Binary 10110010 11000 111011 0 1010111 1000011 11110 101011010 1001100 101000

Color Harmonies of #B2183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2183B

Black with #B2183B

Text Example


Text Example

White with #B2183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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