Html Css Color HEX #B2183A Cardinal

📋 copy color: '#B2183A'

red 178 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #B2183A

Tints of Cardinal #B2183A

RGB

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

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

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

R = 68.46%
G = 9.23%
B = 22.31%

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

#B2183A (or 0xB2183A) is known color: Cardinal. HEX triplet: B2, 18 and 3A. RGB value is (178,24,58). Sum of RGB (Red+Green+Blue) = 178+24+58=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2183A is #4DE7C5. Grayscale: #494949. Windows color (decimal): -5105606 or 3807410. OLE color: 3807410.

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

Color convert

RGB 178 24 58 -
CMYK 0 0.87 0.67 0.30
HSL 346.75º 0.76% 0.4% -
HSV(B) 346.75º 0.87% 0.7% -
XYZ 19.45 10.42 4.99 -
YUV 73.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 178 24 58 0 0.87 0.67 0.30 346.75 0.76 0.4
Hex B2 18 3A 0 57 43 1E 15B 4C 28
Octal 262 30 72 0 127 103 36 533 114 50
Binary 10110010 11000 111010 0 1010111 1000011 11110 101011011 1001100 101000

Color Harmonies of #B2183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2183A

Black with #B2183A

Text Example


Text Example

White with #B2183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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