Html Css Color HEX #B2033A Cardinal

📋 copy color: '#B2033A'

red 178 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #B2033A

Tints of Cardinal #B2033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 74.48%
G = 1.26%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2033A (or 0xB2033A) is known color: Cardinal. HEX triplet: B2, 03 and 3A. RGB value is (178,3,58). Sum of RGB (Red+Green+Blue) = 178+3+58=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2033A is #4DFCC5. Grayscale: #3D3D3D. Windows color (decimal): -5110982 or 3802034. OLE color: 3802034.

HSL color Cylindrical-coordinate representation of color #B2033A: hue angle of 341.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2033A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 58 -
CMYK 0 0.98 0.67 0.30
HSL 341.14º 0.97% 0.35% -
HSV(B) 341.14º 0.98% 0.7% -
XYZ 19.16 9.84 4.89 -
YUV 61.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 178 3 58 0 0.98 0.67 0.30 341.14 0.97 0.35
Hex B2 3 3A 0 62 43 1E 155 61 23
Octal 262 3 72 0 142 103 36 525 141 43
Binary 10110010 11 111010 0 1100010 1000011 11110 101010101 1100001 100011

Color Harmonies of #B2033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2033A

Black with #B2033A

Text Example


Text Example

White with #B2033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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