Html Css Color HEX #B0233A Cardinal

📋 copy color: '#B0233A'

red 176 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #B0233A

Tints of Cardinal #B0233A

RGB

 RED value IS 176 (69.14% from 255) = 65.43%

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

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

R = 65.43%
G = 13.01%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0233A (or 0xB0233A) is known color: Cardinal. HEX triplet: B0, 23 and 3A. RGB value is (176,35,58). Sum of RGB (Red+Green+Blue) = 176+35+58=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0233A is #4FDCC5. Grayscale: #4F4F4F. Windows color (decimal): -5233862 or 3810224. OLE color: 3810224.

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

Color convert

RGB 176 35 58 -
CMYK 0 0.80 0.67 0.31
HSL 350.21º 0.67% 0.41% -
HSV(B) 350.21º 0.8% 0.69% -
XYZ 19.27 10.74 5.06 -
YUV 79.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 176 35 58 0 0.80 0.67 0.31 350.21 0.67 0.41
Hex B0 23 3A 0 50 43 1F 15E 43 29
Octal 260 43 72 0 120 103 37 536 103 51
Binary 10110000 100011 111010 0 1010000 1000011 11111 101011110 1000011 101001

Color Harmonies of #B0233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0233A

Black with #B0233A

Text Example


Text Example

White with #B0233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0233A; }

 p { color: rgb(176,35,58); }

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

background-color css

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

 a { background-color: rgb(176,35,58); }

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

border-color css

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

 span { border-color: rgb(176,35,58); }

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