Html Css Color HEX #B2133E Cardinal

📋 copy color: '#B2133E'

red 178 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #B2133E

Tints of Cardinal #B2133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 68.73%
G = 7.34%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2133E (or 0xB2133E) is known color: Cardinal. HEX triplet: B2, 13 and 3E. RGB value is (178,19,62). Sum of RGB (Red+Green+Blue) = 178+19+62=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2133E is #4DECC1. Grayscale: #474747. Windows color (decimal): -5106882 or 4068274. OLE color: 4068274.

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

Color convert

RGB 178 19 62 -
CMYK 0 0.89 0.65 0.30
HSL 343.77º 0.81% 0.39% -
HSV(B) 343.77º 0.89% 0.7% -
XYZ 19.46 10.28 5.52 -
YUV 71.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 178 19 62 0 0.89 0.65 0.30 343.77 0.81 0.39
Hex B2 13 3E 0 59 41 1E 158 51 27
Octal 262 23 76 0 131 101 36 530 121 47
Binary 10110010 10011 111110 0 1011001 1000001 11110 101011000 1010001 100111

Color Harmonies of #B2133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2133E

Black with #B2133E

Text Example


Text Example

White with #B2133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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