Html Css Color HEX #B2133B Cardinal

📋 copy color: '#B2133B'

red 178 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #B2133B

Tints of Cardinal #B2133B

RGB

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

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

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

R = 69.53%
G = 7.42%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2133B (or 0xB2133B) is known color: Cardinal. HEX triplet: B2, 13 and 3B. RGB value is (178,19,59). Sum of RGB (Red+Green+Blue) = 178+19+59=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2133B is #4DECC4. Grayscale: #474747. Windows color (decimal): -5106885 or 3871666. OLE color: 3871666.

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

Color convert

RGB 178 19 59 -
CMYK 0 0.89 0.67 0.30
HSL 344.91º 0.81% 0.39% -
HSV(B) 344.91º 0.89% 0.7% -
XYZ 19.38 10.25 5.09 -
YUV 71.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 178 19 59 0 0.89 0.67 0.30 344.91 0.81 0.39
Hex B2 13 3B 0 59 43 1E 159 51 27
Octal 262 23 73 0 131 103 36 531 121 47
Binary 10110010 10011 111011 0 1011001 1000011 11110 101011001 1010001 100111

Color Harmonies of #B2133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2133B

Black with #B2133B

Text Example


Text Example

White with #B2133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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