Html Css Color HEX #B0252B Cardinal

📋 copy color: '#B0252B'

red 176 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #B0252B

Tints of Cardinal #B0252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 68.75%
G = 14.45%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0252B (or 0xB0252B) is known color: Cardinal. HEX triplet: B0, 25 and 2B. RGB value is (176,37,43). Sum of RGB (Red+Green+Blue) = 176+37+43=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0252B is #4FDAD4. Grayscale: #4F4F4F. Windows color (decimal): -5233365 or 2827696. OLE color: 2827696.

HSL color Cylindrical-coordinate representation of color #B0252B: hue angle of 357.41º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0252B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 43 -
CMYK 0 0.79 0.76 0.31
HSL 357.41º 0.65% 0.42% -
HSV(B) 357.41º 0.79% 0.69% -
XYZ 19 10.73 3.35 -
YUV 79.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 176 37 43 0 0.79 0.76 0.31 357.41 0.65 0.42
Hex B0 25 2B 0 4F 4C 1F 165 41 2A
Octal 260 45 53 0 117 114 37 545 101 52
Binary 10110000 100101 101011 0 1001111 1001100 11111 101100101 1000001 101010

Color Harmonies of #B0252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0252B

Black with #B0252B

Text Example


Text Example

White with #B0252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0252B; }

 p { color: rgb(176,37,43); }

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

background-color css

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

 a { background-color: rgb(176,37,43); }

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

border-color css

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

 span { border-color: rgb(176,37,43); }

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