Html Css Color HEX #BB252B Cardinal

📋 copy color: '#BB252B'

red 187 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #BB252B

Tints of Cardinal #BB252B

RGB

 RED value IS 187 (73.44% from 255) = 70.04%

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

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

R = 70.04%
G = 13.86%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB252B (or 0xBB252B) is known color: Cardinal. HEX triplet: BB, 25 and 2B. RGB value is (187,37,43). Sum of RGB (Red+Green+Blue) = 187+37+43=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB252B is #44DAD4. Grayscale: #525252. Windows color (decimal): -4512469 or 2827707. OLE color: 2827707.

HSL color Cylindrical-coordinate representation of color #BB252B: hue angle of 357.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB252B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 43 -
CMYK 0 0.80 0.77 0.27
HSL 357.6º 0.67% 0.44% -
HSV(B) 357.6º 0.8% 0.73% -
XYZ 21.59 12.06 3.48 -
YUV 82.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 187 37 43 0 0.80 0.77 0.27 357.6 0.67 0.44
Hex BB 25 2B 0 50 4D 1B 166 43 2C
Octal 273 45 53 0 120 115 33 546 103 54
Binary 10111011 100101 101011 0 1010000 1001101 11011 101100110 1000011 101100

Color Harmonies of #BB252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB252B

Black with #BB252B

Text Example


Text Example

White with #BB252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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