Html Css Color HEX #B2233B Cardinal

📋 copy color: '#B2233B'

red 178 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #B2233B

Tints of Cardinal #B2233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 65.44%
G = 12.87%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2233B (or 0xB2233B) is known color: Cardinal. HEX triplet: B2, 23 and 3B. RGB value is (178,35,59). Sum of RGB (Red+Green+Blue) = 178+35+59=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2233B is #4DDCC4. Grayscale: #505050. Windows color (decimal): -5102789 or 3875762. OLE color: 3875762.

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

Color convert

RGB 178 35 59 -
CMYK 0 0.80 0.67 0.30
HSL 349.93º 0.67% 0.42% -
HSV(B) 349.93º 0.8% 0.7% -
XYZ 19.75 10.98 5.22 -
YUV 80.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 178 35 59 0 0.80 0.67 0.30 349.93 0.67 0.42
Hex B2 23 3B 0 50 43 1E 15E 43 2A
Octal 262 43 73 0 120 103 36 536 103 52
Binary 10110010 100011 111011 0 1010000 1000011 11110 101011110 1000011 101010

Color Harmonies of #B2233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2233B

Black with #B2233B

Text Example


Text Example

White with #B2233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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